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 2be975e3b7eea761eb65ffe6e9d9d9c499f84b83..76046f4458d40ee2af54b3e78345c67c9d5d5cad 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -779,6 +779,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
// exactly at a page or column boundary. |
enum PageBoundaryRule { AssociateWithFormerPage, AssociateWithLatterPage }; |
LayoutUnit pageLogicalHeightForOffset(LayoutUnit) const; |
+ bool isPageLogicalHeightKnown() const; |
LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, |
PageBoundaryRule) const; |