| 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 75bb0ccfb48c5c5be053575525fcab0c7b35815c..d907b79c5aae0e08d8405b718707bf1663bf2a0d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -566,7 +566,7 @@ enum EImageRendering {
|
| ImageRenderingPixelated
|
| };
|
|
|
| -enum Order { LogicalOrder = 0, VisualOrder };
|
| +enum class EOrder : unsigned { Logical, Visual };
|
|
|
| enum RubyPosition { RubyPositionBefore, RubyPositionAfter };
|
|
|
|
|