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

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

Issue 2515303003: Move stuff from layoutBlockFlow() into new method addOverhangingFloatsFromChildren(). (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 5d92d633db6c38cff72b9531057745ce6adb872a..9d7f716b211d89162e4a70bce0cd137a66354a2e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -479,6 +479,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
bool layoutBlockFlow(bool relayoutChildren,
LayoutUnit& pageLogicalHeight,
SubtreeLayoutScope&);
+ void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight);
void layoutBlockChildren(bool relayoutChildren,
SubtreeLayoutScope&,
LayoutUnit beforeEdge,
« 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