Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index a41c9efffef0359b6298640d1917e4b8036d8652..ea7284203edcff2250452a75ee84c22840d5b20f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -590,10 +590,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock { |
LayoutUnit& totalLogicalWidth, |
LayoutUnit& availableLogicalWidth, |
unsigned expansionOpportunityCount); |
- void checkForPaginationLogicalHeightChange( |
- LayoutUnit& pageLogicalHeight, |
- bool& pageLogicalHeightChanged, |
- bool& hasSpecifiedPageLogicalHeight); |
+ void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight); |
bool shouldBreakAtLineToAvoidWidow() const { |
return m_rareData && m_rareData->m_lineBreakToAvoidWidow >= 0; |