| 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 dd75d49ca4480b2bfc18da18e6ecc8e9c55405df..479220102872e5d8bee46d5492922ed2bde5fcb6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -511,9 +511,6 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
|
| return pageLogicalHeightForOffset(LayoutUnit());
|
| }
|
|
|
| - // Returns the logical offset at the top of the next page, for a given offset.
|
| - LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset) const;
|
| -
|
| // 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.
|
|
|