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 6634b227dccb3810600477f9abda020a3f5de58b..c898d71336d9103ebd17aa4f0b9a5223038a2a43 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h |
@@ -215,7 +215,7 @@ public: |
// If we've run out of columns in the last fragmentainer group (column row), we have to insert |
// another fragmentainer group in order to hold more columns. This means that we're moving to |
// the next outer column (in the enclosing fragmentation context). |
- void appendNewFragmentainerGroupIfNeeded(LayoutUnit bottomOffsetInFlowThread); |
+ void appendNewFragmentainerGroupIfNeeded(LayoutUnit offsetInFlowThread, PageBoundaryRule); |
// Implementing FragmentationContext: |
bool isFragmentainerLogicalHeightKnown() final; |