| Index: Source/core/rendering/RenderMultiColumnFlowThread.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| index 6687de791962b7db6b537dfaf7e86641ca6971fd..1a350f8ccb82e0e6cdfa7042e1bae8a671f19dae 100644
|
| --- a/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| +++ b/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| @@ -58,6 +58,7 @@ private:
|
| virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE;
|
| virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
|
| virtual bool addForcedRegionBreak(LayoutUnit, RenderObject* breakChild, bool isBefore, LayoutUnit* offsetBreakAdjustment = 0) OVERRIDE;
|
| + virtual bool isPageLogicalHeightKnown() const OVERRIDE;
|
|
|
| unsigned m_columnCount; // The used value of column-count
|
| LayoutUnit m_columnWidth; // The used value of column-width
|
|
|