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 4aa37178d74b8b0b91155ce7df068420bab15400..41b15b763ba6eceab4190fa2eedf8efe2ed40b62 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
@@ -190,11 +190,11 @@ |
field_group: "box", |
}, |
{ |
- name: "border", |
+ name: "border-image", |
field_template: "storage_only", |
- field_type_path: "core/style/BorderData", |
+ field_type_path: "core/style/NinePieceImage", |
field_group: "surround", |
- default_value: "BorderData()", |
+ default_value: "NinePieceImage()", |
}, |
{ |
name: "Background", |