| 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 4140b4b0908cec7c7c7d38679b61caae0373b817..36a800725144878db796c23fc842f990bbed157b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -95,6 +95,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 {
|
|
|