Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index de2fb70204155d898773d90a705024928cdc25ca..8bfbf2dd29a61807d896d775359112a461f0a978 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -59,7 +59,6 @@ public: |
virtual bool isRenderBlockFlow() const OVERRIDE FINAL { return true; } |
virtual void layoutBlock(bool relayoutChildren) OVERRIDE; |
- void layoutBlockFlow(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0); |
virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE; |
virtual void deleteLineBoxTree() OVERRIDE FINAL; |
@@ -257,6 +256,7 @@ protected: |
virtual void insertedIntoTree() OVERRIDE; |
virtual void willBeDestroyed() OVERRIDE; |
private: |
+ void layoutBlockFlow(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0); |
void layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope&, LayoutUnit beforeEdge, LayoutUnit afterEdge); |
void layoutBlockChild(RenderBox* child, MarginInfo&, LayoutUnit& previousFloatLogicalBottom, LayoutUnit& maxFloatLogicalBottom); |