| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 2c6573dcf835ad3e42c2bc0ec401d208288be610..3721cc635e34271289c613e8febe07c7eb035361 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -472,7 +472,7 @@ public:
|
| // Non-Inherited properties.
|
|
|
| // Content alignment properties.
|
| - static StyleContentAlignmentData initialContentAlignment() { return StyleContentAlignmentData(RuntimeEnabledFeatures::cssGridLayoutEnabled() ? ContentPositionNormal : ContentPositionFlexStart, ContentDistributionDefault, OverflowAlignmentDefault); }
|
| + static StyleContentAlignmentData initialContentAlignment() { return StyleContentAlignmentData(ContentPositionNormal, ContentDistributionDefault, OverflowAlignmentDefault); }
|
|
|
| // align-content (aka -webkit-align-content)
|
| const StyleContentAlignmentData& alignContent() const { return m_rareNonInheritedData->m_alignContent; }
|
|
|