| 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 073fa932968c2c09554ab31cc087a1107256f8d3..a61b43ffe524b366725f8740aab242fa4017b065 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h | 
| @@ -454,19 +454,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); } | 
|  |