| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 9a05134959a46c29658325a97f49be71a1fef690..319f94afb98e84c98698c67f37a1990daf6c84a5 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -520,9 +520,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.
|
|
|