Index: Source/core/layout/LayoutFlowThread.h |
diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h |
index cc574b4deb43fb0f750c99e76b83c64fd2f75f15..bd3d7e5413f9bd67f415d92940a09e8ed1ca8937 100644 |
--- a/Source/core/layout/LayoutFlowThread.h |
+++ b/Source/core/layout/LayoutFlowThread.h |
@@ -93,8 +93,6 @@ public: |
virtual void setPageBreak(LayoutUnit /*offset*/, LayoutUnit /*spaceShortage*/) { } |
virtual void updateMinimumPageHeight(LayoutUnit /*offset*/, LayoutUnit /*minHeight*/) { } |
- bool columnSetsHaveUniformLogicalHeight() const { return m_columnSetsHaveUniformLogicalHeight; } |
- |
virtual bool addForcedColumnBreak(LayoutUnit, LayoutObject* breakChild, bool isBefore, LayoutUnit* offsetBreakAdjustment = nullptr) { return false; } |
virtual bool isPageLogicalHeightKnown() const { return true; } |
@@ -147,7 +145,6 @@ protected: |
MultiColumnSetIntervalTree m_multiColumnSetIntervalTree; |
bool m_columnSetsInvalidated : 1; |
- bool m_columnSetsHaveUniformLogicalHeight : 1; |
bool m_pageLogicalSizeChanged : 1; |
}; |