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

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

Issue 2841453002: Generate StyleVisualData in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3df68f37636cd70ea447a3de8869e14296ff2103..efd12d516deaec5910824da01ca04975fd15257b 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -543,6 +543,10 @@
custom_all: true,
is_descriptor: true,
priority: "High",
+ field_template: "storage_only",
+ type_name: "float",
+ default_value: "1.0",
+ field_group: "visual",
},
{
@@ -878,6 +882,10 @@
converter: "ConvertClip",
custom_all: true,
interpolable: true,
+ field_template: "storage_only",
+ field_type_path: "platform/LengthBox",
+ default_value: "LengthBox()",
+ field_group: "visual",
},
{
name: "clip-path",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698