Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 23357c67d69a9e8e33a61f7f1bd8c252eb1a106c..927a7638138a17ef5fafaa4777e78e15ffd6133d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -827,7 +827,7 @@ public: |
bool shrinkToAvoidFloats() const; |
virtual bool avoidsFloats() const; |
- virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&); |
+ void markChildForPaginationRelayoutIfNeeded(LayoutBox& child, SubtreeLayoutScope&); |
bool isWritingModeRoot() const { return !parent() || parent()->style()->getWritingMode() != style()->getWritingMode(); } |
bool isOrthogonalWritingModeRoot() const { return parent() && parent()->isHorizontalWritingMode() != isHorizontalWritingMode(); } |