| 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 0a150fea6327184447f5c5450fff0c478887e4eb..682312d005d40f056d77ea724b7dd31a641ffa2f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -455,19 +455,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); }
|
|
|