Index: Source/core/rendering/RenderMultiColumnSet.h |
diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h |
index 7caab518bc65064dff8654b7266dfccc25264db1..d7e7e3dea4044d36f3157df894fdff13220b84e5 100644 |
--- a/Source/core/rendering/RenderMultiColumnSet.h |
+++ b/Source/core/rendering/RenderMultiColumnSet.h |
@@ -108,7 +108,7 @@ public: |
virtual void updateLogicalWidth() OVERRIDE; |
- void prepareForLayout(); |
+ void prepareForLayout(bool initial); |
// Expand this set's flow thread portion rectangle to contain all trailing flow thread |
// overflow. Only to be called on the last set. |
@@ -137,6 +137,7 @@ private: |
void paintColumnRules(PaintInfo&, const LayoutPoint& paintOffset); |
+ LayoutUnit calculateMaxColumnHeight() const; |
LayoutUnit columnGap() const; |
LayoutRect columnRectAt(unsigned index) const; |
unsigned columnCount() const; |