| 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 7940204a3ef599316b90204e5be2498d1865810a..bcb9185eb925852671f7cc64347bb8be4f09ee87 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -355,8 +355,6 @@ enum class ETextAlign : unsigned {
|
| End,
|
| };
|
|
|
| -enum class ETextTransform : unsigned { Capitalize, Uppercase, Lowercase, None };
|
| -
|
| static const size_t TextDecorationBits = 4;
|
| enum TextDecoration {
|
| TextDecorationNone = 0x0,
|
|
|