| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| index 0ea8f87d42541ebfa1fb5064c61ad21b2f7d75dd..bbc4b0e9226e6aed1745f8429dcc7878400b3909 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -86,6 +86,8 @@ public:
|
| LayoutUnit tallestUnbreakableLogicalHeight() const { return m_tallestUnbreakableLogicalHeight; }
|
| void propagateTallestUnbreakableLogicalHeight(LayoutUnit value) { m_tallestUnbreakableLogicalHeight = std::max(value, m_tallestUnbreakableLogicalHeight); }
|
|
|
| + LayoutUnit nextLogicalTopForUnbreakableContent(LayoutUnit flowThreadOffset, LayoutUnit contentLogicalHeight) const;
|
| +
|
| LayoutFlowThread* flowThread() const { return m_flowThread; }
|
|
|
| LayoutBlockFlow* multiColumnBlockFlow() const { return toLayoutBlockFlow(parent()); }
|
|
|