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

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

Issue 2553833002: Refactor layoutBlock() and layoutBlockFlow(). Happens to fix bugs. (Closed)
Patch Set: 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 4cb02a76d98f9af61803cf8db95bc2238a0a6fae..75f15e5a63c1af0d6799d6a63c7cf4ef8b2dde53 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -477,7 +477,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
private:
void resetLayout();
- void layoutBlockFlow(bool relayoutChildren, SubtreeLayoutScope&);
+ void layoutChildren(bool relayoutChildren, SubtreeLayoutScope&);
void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight);
void layoutBlockChildren(bool relayoutChildren,
SubtreeLayoutScope&,

Powered by Google App Engine
This is Rietveld 408576698