| 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 120557d2e2725ba29af2de2400e9ba0d94d37b4f..586d5ac3ea0f7758d0e00abe95ed6bc02d039c2a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -450,19 +450,6 @@ private:
|
| bool widthAvailableToChildrenHasChanged();
|
|
|
| public:
|
| - // Specify which page or column to associate with an offset, if said offset is exactly at a page
|
| - // or column boundary.
|
| - enum PageBoundaryRule { AssociateWithFormerPage, AssociateWithLatterPage };
|
| -
|
| - LayoutUnit pageLogicalHeightForOffset(LayoutUnit) const;
|
| - LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule) const;
|
| -
|
| - // Calculate the strut to insert in order fit content of size |contentLogicalHeight|.
|
| - // |strutToNextPage| is the strut to add to |offset| to merely get to the top of the next page
|
| - // or column. This is what will be returned if the content can actually fit there. Otherwise,
|
| - // return the distance to the next fragmentainer that can fit this piece of content.
|
| - LayoutUnit calculatePaginationStrutToFitContent(LayoutUnit offset, LayoutUnit strutToNextPage, LayoutUnit contentLogicalHeight) const;
|
| -
|
| static void collapseAnonymousBlockChild(LayoutBlock* parent, LayoutBlock* child);
|
| protected:
|
| bool isPageLogicalHeightKnown(LayoutUnit logicalOffset) const { return pageLogicalHeightForOffset(logicalOffset); }
|
|
|