Title: [109848] tags/Safari-536.2.1/Source/WebCore
Revision
109848
Author
lforsch...@apple.com
Date
2012-03-05 21:04:45 -0800 (Mon, 05 Mar 2012)

Log Message

Merged r109379.

Modified Paths

Diff

Modified: tags/Safari-536.2.1/Source/WebCore/ChangeLog (109847 => 109848)


--- tags/Safari-536.2.1/Source/WebCore/ChangeLog	2012-03-06 04:57:27 UTC (rev 109847)
+++ tags/Safari-536.2.1/Source/WebCore/ChangeLog	2012-03-06 05:04:45 UTC (rev 109848)
@@ -1,3 +1,18 @@
+2011-03-05  Lucas Forschler  <lforsch...@apple.com>
+
+    Merge 109379
+
+    2012-03-01  Beth Dakin  <bda...@apple.com>
+
+            Reviewed by Kevin Decker.
+
+            Part of https://bugs.webkit.org/show_bug.cgi?id=79705
+
+            Here's some of that tweaking promised in the comment. Adjusting 
+            gMaximumUnpaintedAreaRatio down a bit.
+            * page/Page.cpp:
+            (WebCore):
+
 2011-03-02  Lucas Forschler  <lforsch...@apple.com>
 
     Merge 109340

Modified: tags/Safari-536.2.1/Source/WebCore/page/Page.cpp (109847 => 109848)


--- tags/Safari-536.2.1/Source/WebCore/page/Page.cpp	2012-03-06 04:57:27 UTC (rev 109847)
+++ tags/Safari-536.2.1/Source/WebCore/page/Page.cpp	2012-03-06 05:04:45 UTC (rev 109848)
@@ -1018,7 +1018,7 @@
 
 // These are magical constants that might be tweaked over time.
 static double gMinimumPaintedAreaRatio = 0.1;
-static double gMaximumUnpaintedAreaRatio = 0.1;
+static double gMaximumUnpaintedAreaRatio = 0.04;
 
 void Page::setRelevantRepaintedObjectsCounterThreshold(uint64_t threshold)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to