Index: Source/core/layout/LayoutBlockFlow.cpp |
diff --git a/Source/core/layout/LayoutBlockFlow.cpp b/Source/core/layout/LayoutBlockFlow.cpp |
index c25ca934ec4b6d6834d4fae89959c523da19e4db..1b07bd2e6254cef617e69ca710f4141f59067539 100644 |
--- a/Source/core/layout/LayoutBlockFlow.cpp |
+++ b/Source/core/layout/LayoutBlockFlow.cpp |
@@ -745,7 +745,7 @@ static inline LayoutUnit calculateMinimumPageHeight(const ComputedStyle& style, |
return lineBottom - lineTop; |
} |
-void LayoutBlockFlow::adjustLinePositionForPagination(RootInlineBox& lineBox, LayoutUnit& delta, LayoutFlowThread* flowThread) |
+void LayoutBlockFlow::adjustLinePositionForPagination(RootInlineBox& lineBox, LayoutUnit& delta) |
{ |
// FIXME: For now we paginate using line overflow. This ensures that lines don't overlap at all when we |
// put a strut between them for pagination purposes. However, this really isn't the desired layout, since |