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

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

Issue 2885363005: Make Hyphens 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 9106639fdd9370332af86f12a89b4afec3ccae76..3b003805e45557a6198cf2c2f4585e542b3cba6b 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -287,7 +287,7 @@ enum EBackfaceVisibility {
enum ELineClampType { kLineClampLineCount, kLineClampPercentage };
-enum Hyphens { kHyphensNone, kHyphensManual, kHyphensAuto };
+enum class Hyphens { kNone, kManual, kAuto };
enum class ESpeak {
kNone,

Powered by Google App Engine
This is Rietveld 408576698