Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h

Issue 2509323005: No need to force relayout of children when page logical height changes. (Closed)
Patch Set: Rebaseline invalidation tests that lay out less than before (but still pass). Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698