Index: Source/core/layout/MultiColumnFragmentainerGroup.h |
diff --git a/Source/core/layout/MultiColumnFragmentainerGroup.h b/Source/core/layout/MultiColumnFragmentainerGroup.h |
index 81fdcc3a9d3974a51eaabe097b2051fb542482cc..04f4534a8cf76cc1d6cba3204fbd214f1f6e407f 100644 |
--- a/Source/core/layout/MultiColumnFragmentainerGroup.h |
+++ b/Source/core/layout/MultiColumnFragmentainerGroup.h |
@@ -86,7 +86,7 @@ private: |
LayoutRect columnRectAt(unsigned columnIndex) const; |
LayoutUnit logicalTopInFlowThreadAt(unsigned columnIndex) const { return m_logicalTopInFlowThread + columnIndex * m_columnHeight; } |
LayoutRect flowThreadPortionRectAt(unsigned columnIndex) const; |
- LayoutRect flowThreadPortionOverflowRect(const LayoutRect& flowThreadPortion, unsigned columnIndex, unsigned columnCount, LayoutUnit columnGap) const; |
+ LayoutRect flowThreadPortionOverflowRectAt(unsigned columnIndex) const; |
enum ColumnIndexCalculationMode { |
ClampToExistingColumns, // Stay within the range of already existing columns. |