| 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 bfdb61b3460d0c0b70bb7344d535fba98d025df6..de1c278042e569d8d3ae0612ad2e9f740245bd43 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -454,11 +454,6 @@ protected:
|
| // applying any forced or unforced break, if needed.
|
| void paginatedContentWasLaidOut(LayoutUnit logicalTopOffsetAfterPagination);
|
|
|
| - // Update minimum page height required to avoid fragmentation where it shouldn't occur (inside
|
| - // unbreakable content, between orphans and widows, etc.). This will be used as a hint to the
|
| - // column balancer to help set a good minimum column height.
|
| - void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight);
|
| -
|
| // Adjust from painting offsets to the local coords of this layoutObject
|
| void offsetForContents(LayoutPoint&) const;
|
|
|
|
|