Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index eb344ca69620b1060b448059b055069ed14e2685..b7c5cf8ea9bfbfcceecb8b39974603c141c97bba 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -132,6 +132,8 @@ public: |
LayoutUnit minLineHeightForReplacedObject(bool isFirstLine, LayoutUnit replacedHeight) const; |
+ bool createsNewFormattingContext() const; |
+ |
const LineBoxList& lineBoxes() const { return m_lineBoxes; } |
LineBoxList* lineBoxes() { return &m_lineBoxes; } |
@@ -448,8 +450,6 @@ protected: |
// is 800. AssociateWithFormerPage will simply return 800. |
LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule) const; |
- bool createsNewFormattingContext() const; |
- |
// Paginated content inside this block was laid out. |
// |logicalTopOffsetAfterPagination| is the logical top offset of the child content after |
// applying any forced or unforced break, if needed. |