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 2a08f240c44a25f48c9e133b7b96911efd9f763e..4f304c267beabe50e8c677e9ac5785bff55d835f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -97,7 +97,7 @@ public: |
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 bottomOffsetInFlowThread) const; |
+ bool hasFragmentainerGroupForColumnAt(LayoutUnit bottomOffsetInFlowThread, PageBoundaryRule) const; |
MultiColumnFragmentainerGroup& appendNewFragmentainerGroup(); |