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

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

Issue 2913703002: Make TextAlignLast an enum class. (Closed)
Patch Set: make enum class 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/CSSProperties.json5
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
index 6ff56e5afdfe6969b3a849b387e957289f7eac4f..3ef56dd0ee8e2a375e0de9b0b0260bf3e1c3a3c2 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
@@ -2015,7 +2015,7 @@
inherited: true,
field_template: "storage_only",
type_name: "TextAlignLast",
- default_value: "kTextAlignLastAuto",
+ default_value: "TextAlignLast::kAuto",
field_size: 3,
field_group: "rare-inherited",
},

Powered by Google App Engine
This is Rietveld 408576698