| 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 479220102872e5d8bee46d5492922ed2bde5fcb6..82a3d6058de10a43d099b689afd1c26ae0af6189 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -507,10 +507,6 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
|
| bool widthAvailableToChildrenHasChanged();
|
|
|
| protected:
|
| - bool isPageLogicalHeightKnown() const {
|
| - return pageLogicalHeightForOffset(LayoutUnit());
|
| - }
|
| -
|
| // Paginated content inside this block was laid out.
|
| // |logicalBottomOffsetAfterPagination| is the logical bottom offset of the
|
| // child content after applying any forced or unforced breaks as needed.
|
|
|