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 f65d1b68a3c34f7d33c1c081a335eed827589211..ccd7cdadc7d986fcec830f0f2af1066ba2abf8be 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -96,6 +96,9 @@ public: |
LayoutMultiColumnSet* nextSiblingMultiColumnSet() const; |
LayoutMultiColumnSet* previousSiblingMultiColumnSet() const; |
+ // Return true if we have a fragmentainer group that can hold a column at the specified flow thread block offset. |
+ bool hasFragmentainerGroupForColumnAt(LayoutUnit offsetInFlowThread) const; |
+ |
MultiColumnFragmentainerGroup& appendNewFragmentainerGroup(); |
LayoutUnit logicalTopInFlowThread() const; |