| 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 3802ea953e8143b8903c40853e008ad14c28b30b..38b07c9f3645b3bd3b99e47a1427d7c9ba1fb363 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -904,6 +904,7 @@
|
| api_methods: ["parseSingleValue"],
|
| converter: "ConvertLengthOrAuto",
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
| @@ -1274,6 +1275,7 @@
|
| converter: "ConvertLengthSizing",
|
| is_descriptor: true,
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto", "fit-content", "min-content", "max-content"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
| @@ -1338,6 +1340,7 @@
|
| api_methods: ["parseSingleValue"],
|
| converter: "ConvertLengthOrAuto",
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
| @@ -1798,6 +1801,7 @@
|
| api_methods: ["parseSingleValue"],
|
| converter: "ConvertLengthOrAuto",
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
| @@ -2166,6 +2170,7 @@
|
| api_methods: ["parseSingleValue"],
|
| converter: "ConvertLengthOrAuto",
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
| @@ -2734,6 +2739,7 @@
|
| converter: "ConvertLengthSizing",
|
| is_descriptor: true,
|
| interpolable: true,
|
| + typedom_types: ["Length", "Percent"],
|
| keywords: ["auto", "fit-content", "min-content", "max-content"],
|
| field_template: "external",
|
| include_paths: ["platform/Length.h"],
|
|
|