| Index: third_party/WebKit/Source/core/layout/LayoutButton.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutButton.cpp b/third_party/WebKit/Source/core/layout/LayoutButton.cpp
|
| index 54ecde4c43971248f3b7b8101b2a5722180d5c3f..3f69c18c790cc6eb8521e90d2b09d9159712a9d2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutButton.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutButton.cpp
|
| @@ -69,7 +69,8 @@ void LayoutButton::updateAnonymousChildStyle(const LayoutObject& child,
|
| childStyle.setFlexDirection(style()->flexDirection());
|
| childStyle.setJustifyContent(style()->justifyContent());
|
| childStyle.setFlexWrap(style()->flexWrap());
|
| - // TODO (lajava): An anonymous box must not be used to resolve children's auto values.
|
| + // TODO (lajava): An anonymous box must not be used to resolve children's auto
|
| + // values.
|
| childStyle.setAlignItems(style()->alignItems());
|
| childStyle.setAlignContent(style()->alignContent());
|
| }
|
|
|