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

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

Issue 2950743002: Revert of Generate enum/getters/setters/mappings for flex-direction (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
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 3fc3bee70ddbb32de6e64a89ef22a6279c260c01..21077373ffa84f9e9ba15d0053aa1ae93d6ebd51 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1215,10 +1215,10 @@
{
name: "flex-direction",
type_name: "EFlexDirection",
- field_template: "keyword",
- default_value: "row",
+ field_template: "storage_only",
+ default_value: "EFlexDirection::kRow",
+ field_size: 2,
field_group: "rare-non-inherited->flexible-box",
- keywords: ["row", "row-reverse", "column", "column-reverse"],
},
{
name: "flex-grow",
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698