Chromium Code Reviews| 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 ad19771f6b349521ea4d6cd01e048152b0b0e037..10101b4ed3a19b7e5ae21085f73c3799787745c5 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
| @@ -1318,7 +1318,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
| void updateFromStyle() override; |
| virtual ItemPosition selfAlignmentNormalBehavior() const { |
|
mstensho (USE GERRIT)
2017/02/22 13:37:04
Is this about resolving align-self:auto? This meth
jfernandez
2017/03/02 11:12:58
Well, not exactly. It's a virtual method to define
|
| - return ItemPositionStretch; |
| + return ItemPositionStart; |
| } |
| // Returns false if it could not cheaply compute the extent (e.g. fixed |