| Index: third_party/WebKit/Source/core/css/CSSProperties.json5
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| index 85ba864cf80790aa086a1db433510e440d7610e0..8914f33bbbc7fdee6c8b4c32a4dc4e5b3bf65db4 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1215,10 +1215,10 @@
|
| {
|
| name: "flex-direction",
|
| type_name: "EFlexDirection",
|
| - field_template: "storage_only",
|
| - default_value: "EFlexDirection::kRow",
|
| - field_size: 2,
|
| + field_template: "keyword",
|
| + default_value: "row",
|
| field_group: "rare-non-inherited->flexible-box",
|
| + keywords: ["row", "row-reverse", "column", "column-reverse"],
|
| },
|
| {
|
| name: "flex-grow",
|
|
|