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

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

Issue 2471623003: Complete layout even if a block needs relayout due to widows or column balancing. (Closed)
Patch Set: Getting the flowthread once makes the code slighty prettier. Created 4 years 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 13872c04beff4915d836ee7fc4fdea9c364d41ff..017c4276b22fc5a624707ee36a57430a98458b26 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -477,8 +477,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
private:
void resetLayout();
- bool layoutBlockFlow(bool relayoutChildren,
- SubtreeLayoutScope&);
+ void layoutBlockFlow(bool relayoutChildren, SubtreeLayoutScope&);
void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight);
void layoutBlockChildren(bool relayoutChildren,
SubtreeLayoutScope&,

Powered by Google App Engine
This is Rietveld 408576698