Index: third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h |
diff --git a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h |
index a78072e3516703ce7ab5a2dbe8b1b68062603ae0..54116a34840e31d36098cac6273fc5e20563c03d 100644 |
--- a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h |
+++ b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h |
@@ -61,7 +61,6 @@ public: |
bool heightIsAuto() const; |
void resetColumnHeight(); |
- void updateMinimumColumnHeight(LayoutUnit height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); } |
bool recalculateColumnHeight(BalancedColumnHeightCalculation calculationMode); |
LayoutSize flowThreadTranslationAtOffset(LayoutUnit offsetInFlowThread) const; |
@@ -113,9 +112,7 @@ private: |
LayoutUnit m_columnHeight; |
- // The following variables are used when balancing the column set. |
LayoutUnit m_maxColumnHeight; // Maximum column height allowed. |
- LayoutUnit m_minimumColumnHeight; |
}; |
// List of all fragmentainer groups within a column set. There will always be at least one |