| 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 54116a34840e31d36098cac6273fc5e20563c03d..4f53c50eccf08eb0e4f8d8e4751fe2879e41bcb1 100644
|
| --- a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| +++ b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| @@ -59,7 +59,6 @@ public:
|
| // The height of our flow thread portion
|
| LayoutUnit logicalHeightInFlowThread() const { return m_logicalBottomInFlowThread - m_logicalTopInFlowThread; }
|
|
|
| - bool heightIsAuto() const;
|
| void resetColumnHeight();
|
| bool recalculateColumnHeight(BalancedColumnHeightCalculation calculationMode);
|
|
|
|
|