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

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

Issue 2869043002: Store border-*-color on SurroundData in ComputedStyle not BorderColorAndStyle (Closed)
Patch Set: Fix a few issue 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 7f0074885c65226fe74e173985c55c9e405fe796..6c1291826598a868f039550b7394283be9fc3064 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -656,6 +656,10 @@
name: "border-bottom-color",
custom_all: true,
interpolable: true,
+ field_template: "storage_only",
+ field_type_path: "platform/graphics/Color",
+ default_value: "0",
+ field_group: "surround",
},
{
name: "border-bottom-left-radius",
@@ -744,6 +748,10 @@
name: "border-left-color",
custom_all: true,
interpolable: true,
+ field_template: "storage_only",
+ field_type_path: "platform/graphics/Color",
+ default_value: "0",
+ field_group: "surround",
},
{
name: "border-left-style",
@@ -770,6 +778,10 @@
name: "border-right-color",
custom_all: true,
interpolable: true,
+ field_template: "storage_only",
+ field_type_path: "platform/graphics/Color",
+ default_value: "0",
+ field_group: "surround",
},
{
name: "border-right-style",
@@ -796,6 +808,10 @@
name: "border-top-color",
custom_all: true,
interpolable: true,
+ field_template: "storage_only",
+ field_type_path: "platform/graphics/Color",
+ default_value: "0",
+ field_group: "surround",
},
{
name: "border-top-left-radius",

Powered by Google App Engine
This is Rietveld 408576698