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

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

Issue 2905203002: Make TextIndentLine an enum class. (Closed)
Patch Set: 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/ComputedStyleExtraFields.json5
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
index d1390a294d246bbf7fbfe3360b8085d42c4be2b8..ec895208b0ca6e6f7780c2717989a34bcc96c1bd 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
@@ -437,7 +437,7 @@
inherited: true,
field_template: "storage_only",
type_name: "TextIndentLine",
- default_value: "kTextIndentFirstLine",
+ default_value: "TextIndentLine::kFirstLine",
field_size: 1,
field_group: "rare-inherited",
},

Powered by Google App Engine
This is Rietveld 408576698