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 00370a8f5cd7659a27467e21c56aeee0ff2ab67e..e2ef48b50074047bbd5963842ca5965a5cb23a36 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h |
@@ -124,7 +124,7 @@ public: |
// Find the column that contains the given block offset, and return the translation needed to |
// get from flow thread coordinates to visual coordinates. |
- LayoutSize flowThreadTranslationAtOffset(LayoutUnit, CoordinateSpaceConversion) const; |
+ LayoutSize flowThreadTranslationAtOffset(LayoutUnit, PageBoundaryRule, CoordinateSpaceConversion) const; |
LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const; |