| 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 8f5725cdb950366edfc9770810ee424e7eb34d5b..ff60c92942f298601a5481c4030e9b4ae16670ce 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1572,6 +1572,7 @@
|
| custom_inherit: true,
|
| default_value: "static",
|
| field_template: "keyword",
|
| + getter: "GetPosition",
|
| keywords: [
|
| "static", "relative", "absolute", "fixed", "sticky",
|
| ],
|
| @@ -1799,6 +1800,7 @@
|
| inherited: true,
|
| default_value: "start",
|
| field_template: "keyword",
|
| + getter: "GetTextAlign",
|
| keywords: [
|
| "left", "right", "center", "justify", "webkitLeft", "webkitRight", "webkitCenter", "start", "end",
|
| ],
|
| @@ -1941,7 +1943,8 @@
|
| name: "transform-origin",
|
| api_class: true,
|
| api_methods: ["parseSingleValue"],
|
| - converter: "convertTransformOrigin",
|
| + converter: "ConvertTransformOrigin",
|
| + getter: "GetTransformOrigin",
|
| interpolable: true,
|
| },
|
| {
|
|
|