| 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 76092ca403745fc26e5750729b2bf1197283681c..38f2c5f04b1c689c72c28af49cb434eeb2ab5ebd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -91,10 +91,6 @@
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void removeChild(LayoutObject*) override;
|
| - ItemPosition selfAlignmentNormalBehavior(
|
| - const LayoutBox* child = nullptr) const override {
|
| - return ItemPositionStretch;
|
| - }
|
|
|
| private:
|
| enum FlexSign {
|
|
|