| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 2d84e53d41cf65609ca516434cd1bcfe757992c7..03bbe0dd6df3f0ff015d08631dd136bff1b3fd52 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -524,9 +524,6 @@ private:
|
| protected:
|
| void determineLogicalLeftPositionForChild(RenderBox* child, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta);
|
|
|
| - // Pagination routines.
|
| - bool relayoutToAvoidWidows(LayoutStateMaintainer&);
|
| -
|
| // Returns the logicalOffset at the top of the next page. If the offset passed in is already at the top of the current page,
|
| // then nextPageLogicalTop with ExcludePageBoundary will still move to the top of the next page. nextPageLogicalTop with
|
| // IncludePageBoundary set will not.
|
|
|