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

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

Issue 2949453002: Make EFlexDirection an enum class. (Closed)
Patch Set: Fix 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 f6d0b9fea22d0fc4d8a63fc8f3bccb341af3b185..3ebee27d63d99cc8ba1cf865a8be54e9ca0bae61 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -1216,7 +1216,7 @@
name: "flex-direction",
type_name: "EFlexDirection",
field_template: "storage_only",
- default_value: "kFlowRow",
+ default_value: "EFlexDirection::kRow",
field_size: 2,
field_group: "rare-non-inherited->flexible-box",
},

Powered by Google App Engine
This is Rietveld 408576698