Index: Source/core/rendering/RenderMultiColumnFlowThread.h |
diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h |
index d57cb1b20fd83f288114c51e7459a692e3ee596f..ace5c43cbfce99efbfe2c0738ac64909a30dbe97 100644 |
--- a/Source/core/rendering/RenderMultiColumnFlowThread.h |
+++ b/Source/core/rendering/RenderMultiColumnFlowThread.h |
@@ -44,6 +44,8 @@ private: |
virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE; |
virtual void autoGenerateRegionsToBlockOffset(LayoutUnit) OVERRIDE; |
virtual LayoutUnit initialLogicalWidth() const OVERRIDE; |
+ virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE; |
+ virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE; |
}; |
} // namespace WebCore |