Index: Source/core/rendering/RenderMultiColumnBlock.h |
diff --git a/Source/core/rendering/RenderMultiColumnBlock.h b/Source/core/rendering/RenderMultiColumnBlock.h |
index 6b441c21f5df47ee7ce28ff26666975b957f86b3..e39099035579de9470f11da2fcf1a978dd7976e3 100644 |
--- a/Source/core/rendering/RenderMultiColumnBlock.h |
+++ b/Source/core/rendering/RenderMultiColumnBlock.h |
@@ -59,6 +59,8 @@ private: |
virtual void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightChanged, bool& hasSpecifiedPageLogicalHeight) OVERRIDE; |
virtual bool relayoutForPagination(bool hasSpecifiedPageLogicalHeight, LayoutUnit pageLogicalHeight, LayoutStateMaintainer&) OVERRIDE; |
+ virtual bool supportsPartialLayout() const OVERRIDE { return false; } |
+ |
virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE; |
void computeColumnCountAndWidth(); |