| 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 ddb6f03f5b12f8b4f84a198e2d0cdaa77d546d88..7d3646dcd416351f546f54f1d01cb6f459db7c36 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -91,6 +91,9 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void removeChild(LayoutObject*) override;
|
| + ItemPosition selfAlignmentNormalBehavior() const override {
|
| + return ItemPositionStretch;
|
| + }
|
|
|
| private:
|
| enum FlexSign {
|
|
|