| 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 827674eb1e63fe7fe2fb5baf587f5ad6bcf08f94..e40c8d0c818e10f8d0b750a72efd6b238806a89d 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -22,6 +22,34 @@
|
| default_value: "false",
|
| has_custom_compare_and_copy: true,
|
| },
|
| + {
|
| + name: "BorderLeftColorIsCurrentColor",
|
| + field_template: "primitive",
|
| + default_value: "true",
|
| + type_name: "bool",
|
| + field_group: "surround",
|
| + },
|
| + {
|
| + name: "BorderRightColorIsCurrentColor",
|
| + field_template: "primitive",
|
| + default_value: "true",
|
| + type_name: "bool",
|
| + field_group: "surround",
|
| + },
|
| + {
|
| + name: "BorderTopColorIsCurrentColor",
|
| + field_template: "primitive",
|
| + default_value: "true",
|
| + type_name: "bool",
|
| + field_group: "surround",
|
| + },
|
| + {
|
| + name: "BorderBottomColorIsCurrentColor",
|
| + field_template: "primitive",
|
| + default_value: "true",
|
| + type_name: "bool",
|
| + field_group: "surround",
|
| + },
|
| {
|
| name: "OriginalDisplay",
|
| field_template: "keyword",
|
|
|