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

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

Issue 2891003002: Store border-image-* on SurroundData in ComputedStyle (Closed)
Patch Set: Ready for review 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 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",

Powered by Google App Engine
This is Rietveld 408576698