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

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

Issue 2869043002: Store border-*-color on SurroundData in ComputedStyle not BorderColorAndStyle (Closed)
Patch Set: BorderColorVisuallyEquals calls BorderColorEquals 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 827674eb1e63fe7fe2fb5baf587f5ad6bcf08f94..e40c8d0c818e10f8d0b750a72efd6b238806a89d 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
@@ -22,6 +22,34 @@
default_value: "false",
has_custom_compare_and_copy: true,
},
+ {
+ name: "BorderLeftColorIsCurrentColor",
+ field_template: "primitive",
+ default_value: "true",
+ type_name: "bool",
+ field_group: "surround",
+ },
+ {
+ name: "BorderRightColorIsCurrentColor",
+ field_template: "primitive",
+ default_value: "true",
+ type_name: "bool",
+ field_group: "surround",
+ },
+ {
+ name: "BorderTopColorIsCurrentColor",
+ field_template: "primitive",
+ default_value: "true",
+ type_name: "bool",
+ field_group: "surround",
+ },
+ {
+ name: "BorderBottomColorIsCurrentColor",
+ field_template: "primitive",
+ default_value: "true",
+ type_name: "bool",
+ field_group: "surround",
+ },
{
name: "OriginalDisplay",
field_template: "keyword",
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698