Title: [110984] trunk/Source/WebCore
Revision
110984
Author
[email protected]
Date
2012-03-16 04:03:23 -0700 (Fri, 16 Mar 2012)

Log Message

[chromium] Bump textureUpdatesPerFrame to 32 to favor updating the screen over jank prevention
https://bugs.webkit.org/show_bug.cgi?id=81298

Reviewed by James Robinson.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110983 => 110984)


--- trunk/Source/WebCore/ChangeLog	2012-03-16 10:52:56 UTC (rev 110983)
+++ trunk/Source/WebCore/ChangeLog	2012-03-16 11:03:23 UTC (rev 110984)
@@ -1,3 +1,13 @@
+2012-03-16  Nat Duca  <[email protected]>
+
+        [chromium] Bump textureUpdatesPerFrame to 32 to favor updating the screen over jank prevention
+        https://bugs.webkit.org/show_bug.cgi?id=81298
+
+        Reviewed by James Robinson.
+
+        * platform/graphics/chromium/cc/CCThreadProxy.cpp:
+        (WTF):
+
 2012-03-16  Levi Weintraub  <[email protected]>
 
         Update usage of LayoutUnits in RenderBlock*

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


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp	2012-03-16 10:52:56 UTC (rev 110983)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp	2012-03-16 11:03:23 UTC (rev 110984)
@@ -45,7 +45,7 @@
 
 // Number of textures to update with each call to
 // scheduledActionUpdateMoreResources().
-static const size_t textureUpdatesPerFrame = 5;
+static const size_t textureUpdatesPerFrame = 32;
 
 } // anonymous namespace
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to