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..b9cf873e8b035fa0837e5df68181d731403fd0f1 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -327,7 +327,7 @@ enum EImageRendering { |
kImageRenderingPixelated |
}; |
-enum RubyPosition { kRubyPositionBefore, kRubyPositionAfter }; |
+enum class RubyPosition { kBefore, kAfter }; |
static const size_t kGridAutoFlowBits = 4; |
enum InternalGridAutoFlowAlgorithm { |