| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 90fd6ab110020db085166c40d279e9752f4ce9a7..7f6bfd4f34260c109df8dba10a066ea68c064a94 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -478,7 +478,7 @@ private:
|
|
|
| LayoutUnit adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, LayoutBox& child, bool atBeforeSideOfBlock);
|
| // Computes a deltaOffset value that put a line at the top of the next page if it doesn't fit on the current page.
|
| - void adjustLinePositionForPagination(RootInlineBox&, LayoutUnit& deltaOffset, LayoutFlowThread*);
|
| + void adjustLinePositionForPagination(RootInlineBox&, LayoutUnit& deltaOffset);
|
| // If the child is unsplittable and can't fit on the current page, return the top of the next page/column.
|
| LayoutUnit adjustForUnsplittableChild(LayoutBox&, LayoutUnit logicalOffset, bool includeMargins = false);
|
|
|
|
|