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 057fec773914afa5ca313bb5fc509c976c8a2fc7..42acf664930161bcd7cb0aee5fa7bdd5caddfc30 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
@@ -162,6 +162,8 @@ public: |
void setColumnHeightAvailable(LayoutUnit available) { m_columnHeightAvailable = available; } |
bool progressionIsInline() const { return m_progressionIsInline; } |
+ LayoutUnit tallestUnbreakableLogicalHeight(LayoutUnit offsetInFlowThread) const; |
+ |
LayoutSize columnOffset(const LayoutPoint&) const final; |
// Do we need to set a new width and lay out? |