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