Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5

Issue 2891003002: Store border-image-* on SurroundData in ComputedStyle (Closed)
Patch Set: Store border-image-* on SurroundData in ComputedStyle Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 740e8f65c76e556bb05ee57980eed5eddc52fbd1..177c5e0238bb1d8fcdc51578aea87c7316f1ca96 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",

Powered by Google App Engine
This is Rietveld 408576698