| 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 a7a0191131fd3b0d82bc31221872e8973fc2b69e..827310125007fe38a16729fdee86638235b65200 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -531,6 +531,7 @@
|
|
|
| {
|
| name: "align-content",
|
| + api_methods: ["parseSingleValue"],
|
| api_class: "CSSPropertyAPIAlignOrJustifyContent",
|
| converter: "convertContentAlignmentData",
|
| initial: "initialContentAlignment",
|
| @@ -1141,6 +1142,7 @@
|
| {
|
| name: "justify-content",
|
| api_class: "CSSPropertyAPIAlignOrJustifyContent",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertContentAlignmentData",
|
| initial: "initialContentAlignment",
|
| },
|
|
|