| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 875b65502d09adeaebdbba62bab12b1e6c1f346c..71a443184d9c909fc0daae0c82d21013d27d9c62 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1317,7 +1317,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| void updateFromStyle() override;
|
|
|
| virtual ItemPosition selfAlignmentNormalBehavior() const {
|
| - return ItemPositionStretch;
|
| + return ItemPositionStart;
|
| }
|
|
|
| // Returns false if it could not cheaply compute the extent (e.g. fixed
|
|
|