| Index: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| index 719acfd005b516904b772d1913ff634c3d8bd383..e32263e0de504f76d4d99ab0c72f578a755d85c0 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -171,5 +171,19 @@
|
| field_group: "surround",
|
| default_value: "BorderData()",
|
| },
|
| + {
|
| + name: "Background",
|
| + field_template: "storage_only",
|
| + field_type_path: "core/style/FillLayer",
|
| + default_value: "FillLayer(kBackgroundFillLayer, true)",
|
| + field_group: "background",
|
| + },
|
| + {
|
| + name: "BackgroundColor",
|
| + field_template: "storage_only",
|
| + field_type_path: "core/css/StyleColor",
|
| + default_value: "Color::kTransparent",
|
| + field_group: "background",
|
| + },
|
| ],
|
| }
|
|
|