| 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 2be975e3b7eea761eb65ffe6e9d9d9c499f84b83..99c713b67abd8efd6904091db8b49f0673139f0e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1316,7 +1316,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
|
|
|