Title: [146642] trunk/Source/WebCore
Revision
146642
Author
[email protected]
Date
2013-03-22 12:44:30 -0700 (Fri, 22 Mar 2013)

Log Message

[CSS Regions] Remove pushLayoutState(RenderFlowThread*) from RenderView
https://bugs.webkit.org/show_bug.cgi?id=113084

Reviewed by Dirk Schulze.

Remove void pushLayoutState(RenderFlowThread*, bool regionsChanged) from RenderView.h because it's not used.

Tests: Code cleanup. No tests needed.

* rendering/RenderView.h:
(RenderView):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (146641 => 146642)


--- trunk/Source/WebCore/ChangeLog	2013-03-22 19:34:23 UTC (rev 146641)
+++ trunk/Source/WebCore/ChangeLog	2013-03-22 19:44:30 UTC (rev 146642)
@@ -1,3 +1,17 @@
+2013-03-22  Andrei Bucur  <[email protected]>
+
+        [CSS Regions] Remove pushLayoutState(RenderFlowThread*) from RenderView
+        https://bugs.webkit.org/show_bug.cgi?id=113084
+
+        Reviewed by Dirk Schulze.
+
+        Remove void pushLayoutState(RenderFlowThread*, bool regionsChanged) from RenderView.h because it's not used.
+
+        Tests: Code cleanup. No tests needed.
+
+        * rendering/RenderView.h:
+        (RenderView):
+
 2013-03-22  Kondapally Kalyan  <[email protected]>
 
         [EFL] Fix build issues to enable CSS Filter and Shaders support.

Modified: trunk/Source/WebCore/rendering/RenderView.h (146641 => 146642)


--- trunk/Source/WebCore/rendering/RenderView.h	2013-03-22 19:34:23 UTC (rev 146641)
+++ trunk/Source/WebCore/rendering/RenderView.h	2013-03-22 19:44:30 UTC (rev 146642)
@@ -245,7 +245,6 @@
     bool shouldRepaint(const LayoutRect&) const;
 
     // These functions may only be accessed by LayoutStateMaintainer.
-    void pushLayoutState(RenderFlowThread*, bool regionsChanged);
     bool pushLayoutState(RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
     {
         // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to