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 60af5fa722e4c2a2b3266895839477c0adaa206f..0d275932e0d07fa5a6c3d2670591a0a930ed8f71 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -306,10 +306,7 @@ enum TextEmphasisMark { |
kTextEmphasisMarkCustom |
}; |
-enum TextEmphasisPosition { |
- kTextEmphasisPositionOver, |
- kTextEmphasisPositionUnder |
-}; |
+enum class TextEmphasisPosition { kOver, kUnder }; |
enum TextOrientation { |
kTextOrientationMixed, |