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

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

Issue 2529073002: No longer store page logical height in LayoutState. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ea7284203edcff2250452a75ee84c22840d5b20f..17796865f1763a57f9cd1cda7969d781484c61d8 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -477,7 +477,6 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
private:
bool layoutBlockFlow(bool relayoutChildren,
- LayoutUnit& pageLogicalHeight,
SubtreeLayoutScope&);
void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight);
void layoutBlockChildren(bool relayoutChildren,
@@ -590,7 +589,6 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
LayoutUnit& totalLogicalWidth,
LayoutUnit& availableLogicalWidth,
unsigned expansionOpportunityCount);
- void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight);
bool shouldBreakAtLineToAvoidWidow() const {
return m_rareData && m_rareData->m_lineBreakToAvoidWidow >= 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698