Title: [112729] trunk/Source/WebCore
Revision
112729
Author
[email protected]
Date
2012-03-30 14:44:56 -0700 (Fri, 30 Mar 2012)

Log Message

[chromium] Bump max texture updates per frame to 48
https://bugs.webkit.org/show_bug.cgi?id=82779

Reviewed by James Robinson.

* platform/graphics/chromium/cc/CCThreadProxy.cpp:
(WTF):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112728 => 112729)


--- trunk/Source/WebCore/ChangeLog	2012-03-30 21:42:01 UTC (rev 112728)
+++ trunk/Source/WebCore/ChangeLog	2012-03-30 21:44:56 UTC (rev 112729)
@@ -1,3 +1,13 @@
+2012-03-30  Nat Duca  <[email protected]>
+
+        [chromium] Bump max texture updates per frame to 48
+        https://bugs.webkit.org/show_bug.cgi?id=82779
+
+        Reviewed by James Robinson.
+
+        * platform/graphics/chromium/cc/CCThreadProxy.cpp:
+        (WTF):
+
 2012-03-30  Nate Chapin  <[email protected]>
 
         Merge FrameLoader::finishedLoading() into DocumentLoader::finishedLoading().

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp (112728 => 112729)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp	2012-03-30 21:42:01 UTC (rev 112728)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp	2012-03-30 21:44:56 UTC (rev 112729)
@@ -47,7 +47,7 @@
 
 // Number of textures to update with each call to
 // scheduledActionUpdateMoreResources().
-static const size_t textureUpdatesPerFrame = 32;
+static const size_t textureUpdatesPerFrame = 48;
 
 // Measured in seconds.
 static const double contextRecreationTickRate = 0.03;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to