| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| index 553cc92cd8d1ed9fa0dd9f8325ddce75ee02e9b6..e99e0a6d0f1b09f076d442ac395b7d733d3be57c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -47,7 +47,6 @@ public:
|
| const char* name() const override { return "LayoutFlexibleBox"; }
|
|
|
| bool isFlexibleBox() const final { return true; }
|
| - bool canCollapseAnonymousBlockChild() const override { return false; }
|
| void layoutBlock(bool relayoutChildren) final;
|
|
|
| int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const override;
|
|
|