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

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

Issue 2943413003: Generate getters/setters for remaining flex-* properties. (Closed)
Patch Set: Created 3 years, 6 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/style/ComputedStyle.h » ('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 6a38fe1dccbab2403d975d615e28c32646eacd50..391d98a68ddaba5f07bc55e3b8e3c5b5e7538f3e 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1208,7 +1208,7 @@
converter: "ConvertLengthOrAuto",
interpolable: true,
type_name: "Length",
- field_template: "storage_only",
+ field_template: "external",
default_value: "Length(kAuto)",
field_group: "rare-non-inherited->flexible-box",
},
@@ -1226,7 +1226,7 @@
api_methods: ["parseSingleValue"],
interpolable: true,
type_name: "float",
- field_template: "storage_only",
+ field_template: "primitive",
default_value: "0.0f",
field_group: "rare-non-inherited->flexible-box",
},
@@ -1236,7 +1236,7 @@
api_methods: ["parseSingleValue"],
interpolable: true,
type_name: "float",
- field_template: "storage_only",
+ field_template: "primitive",
default_value: "1.0f",
field_group: "rare-non-inherited->flexible-box",
},
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698