| 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 178b57b34489ab22f8cb5d8bc4555a1da7ca3303..3d48042283c72846c3ff32569ea65679e1137a1c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1929,6 +1929,13 @@
|
| typedom_types: ["Transform"],
|
| },
|
| {
|
| + name: "transform-box",
|
| + field_template: "keyword",
|
| + keywords: ["border-box", "fill-box", "view-box"],
|
| + default_value: "border-box",
|
| + runtime_flag: "CSSTransformBox",
|
| + },
|
| + {
|
| name: "transform-origin",
|
| api_class: true,
|
| api_methods: ["parseSingleValue"],
|
|
|