Title: [162840] trunk/Source/WebCore
Revision
162840
Author
[email protected]
Date
2014-01-27 08:31:24 -0800 (Mon, 27 Jan 2014)

Log Message

Build fix after r162838.

* page/FrameView.cpp:
Remove an unused constant.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (162839 => 162840)


--- trunk/Source/WebCore/ChangeLog	2014-01-27 16:27:45 UTC (rev 162839)
+++ trunk/Source/WebCore/ChangeLog	2014-01-27 16:31:24 UTC (rev 162840)
@@ -1,3 +1,10 @@
+2014-01-27  Jessie Berlin  <[email protected]>
+
+        Build fix after r162838.
+
+        * page/FrameView.cpp:
+        Remove an unused constant.
+
 2014-01-27  Antti Koivisto  <[email protected]>
 
         Remove repaint throttling

Modified: trunk/Source/WebCore/page/FrameView.cpp (162839 => 162840)


--- trunk/Source/WebCore/page/FrameView.cpp	2014-01-27 16:27:45 UTC (rev 162839)
+++ trunk/Source/WebCore/page/FrameView.cpp	2014-01-27 16:31:24 UTC (rev 162840)
@@ -2114,8 +2114,6 @@
     m_trackedRepaintRects.append(repaintRect);
 }
 
-const unsigned cRepaintRectUnionThreshold = 25;
-
 void FrameView::repaintContentRectangle(const IntRect& r, bool immediate)
 {
     ASSERT(!frame().ownerElement());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to