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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2904383002: 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/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 344ae1ae80e7997ce12e3114026ed11ca6f8676f..19d3470645bbeaa9db6f0d02580615aec9e3053b 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -409,7 +409,7 @@ enum ContentDistributionType {
// platforms (such as Windows).
static const float kMaximumAllowedFontSize = 10000.0f;
-enum TextIndentLine { kFirstLine, kEachLine };
+enum class TextIndentLine { kFirstLine, kEachLine };
enum class TextIndentType { kNormal, kHanging };
enum CSSBoxType {

Powered by Google App Engine
This is Rietveld 408576698