Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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):


Canonical link: https://commits.webkit.org/131415@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@146642 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
abucur committed Mar 22, 2013
1 parent 71c5796 commit db7c920
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,17 @@
2013-03-22 Andrei Bucur <abucur@adobe.com>

[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 <kalyan.kondapally@intel.com>

[EFL] Fix build issues to enable CSS Filter and Shaders support.
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/rendering/RenderView.h
Expand Up @@ -245,7 +245,6 @@ class RenderView : public RenderBlock {
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.
Expand Down

0 comments on commit db7c920

Please sign in to comment.