| 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 eccee69bca0292b766bea9821ef4f812c3204079..719acfd005b516904b772d1913ff634c3d8bd383 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -164,5 +164,12 @@
|
| type_name: "EVerticalAlign",
|
| has_custom_compare_and_copy: true,
|
| },
|
| + {
|
| + name: "border",
|
| + field_template: "storage_only",
|
| + field_type_path: "core/style/BorderData",
|
| + field_group: "surround",
|
| + default_value: "BorderData()",
|
| + },
|
| ],
|
| }
|
|
|