| 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 e9f4bc47d90bf3ef4e1b494a2240f9bef1c029e7..beda856b350c762ab421bd0d0458a995e500a198 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -349,7 +349,7 @@ enum class ETextAlign : unsigned {
|
| End,
|
| };
|
|
|
| -enum ETextTransform { CAPITALIZE, UPPERCASE, LOWERCASE, TTNONE };
|
| +enum class ETextTransform : unsigned { Capitalize, Uppercase, Lowercase, None };
|
|
|
| static const size_t TextDecorationBits = 4;
|
| enum TextDecoration {
|
|
|