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 eda48c9efd564a5af8f583f2a8dbc59ba04660f5..ebce86ba50e14189f7004965a5f0c1a7ace8a4e4 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -1384,7 +1384,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
virtual ItemPosition selfAlignmentNormalBehavior( |
const LayoutBox* child = nullptr) const { |
DCHECK(!child); |
- return ItemPositionStretch; |
+ return ItemPositionStart; |
} |
// Returns false if it could not cheaply compute the extent (e.g. fixed |