Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
index b2c3757210cf53a6fd14f12ed08e37703f21e0ee..a1ad047df7571119eeb4a98c2b4aa8aa03f05781 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
@@ -290,6 +290,7 @@ class CORE_EXPORT LayoutMultiColumnFlowThread : public LayoutFlowThread, |
void layout() override; |
private: |
+ void calculateColumnHeightAvailable(); |
void calculateColumnCountAndWidth(LayoutUnit& width, unsigned& count) const; |
void createAndInsertMultiColumnSet(LayoutBox* insertBefore = nullptr); |
void createAndInsertSpannerPlaceholder( |