| 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&,
|
|
|