| 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 1fc15f4cf6b7e9ca37ce2dab51afde16971afd29..3938290e5bbbc8b487e07c1af2dd2c8f199961cd 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -1284,10 +1284,9 @@
|
| {
|
| name: "image-rendering",
|
| inherited: true,
|
| - field_template: "storage_only",
|
| - type_name: "EImageRendering",
|
| - default_value: "EImageRendering::kAuto",
|
| - field_size: 3,
|
| + field_template: "keyword",
|
| + keywords: ["auto", "optimize-speed", "optimize-quality", "-webkit-optimize-contrast", "pixelated"],
|
| + default_value: "auto",
|
| field_group: "rare-inherited",
|
| },
|
| {
|
|
|