| 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 d7758bc4d1519484d5ec0281cb5c301acc07f711..7acb28011e2f69315d97cceb9a37bfd2e1890979 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1689,6 +1689,7 @@
|
| },
|
| {
|
| name: "text-align",
|
| + getter: "GetTextAlign",
|
| custom_value: true,
|
| inherited: true,
|
| initial_keyword: "start",
|
| @@ -1828,7 +1829,8 @@
|
| name: "transform-origin",
|
| api_class: true,
|
| api_methods: ["parseSingleValue"],
|
| - converter: "convertTransformOrigin",
|
| + converter: "ConvertTransformOrigin",
|
| + getter: "GetTransformOrigin",
|
| interpolable: true,
|
| },
|
| {
|
|
|