Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index f249e016c22a25f108ef7d204374da3cbceb0237..35f60f1664ab21dd55f901e358c5f0dc45342eee 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -493,7 +493,7 @@ private: |
// 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); |
// 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); |
+ LayoutUnit adjustForUnsplittableChild(LayoutBox&, LayoutUnit logicalOffset); |
// Used to store state between styleWillChange and styleDidChange |
static bool s_canPropagateFloatIntoSibling; |