| 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 913e83f08334d682b179d5c7e6341b7d5f7507e1..cecfdfb8eaffcfd204bbbb4f2d62339b68d8a08e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -327,20 +327,6 @@ enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
|
|
|
| enum EAnimPlayState { AnimPlayStatePlaying, AnimPlayStatePaused };
|
|
|
| -// The order of this enum must match the order of the text align values in
|
| -// CSSValueKeywords.in.
|
| -enum class ETextAlign : unsigned {
|
| - Left,
|
| - Right,
|
| - Center,
|
| - Justify,
|
| - WebkitLeft,
|
| - WebkitRight,
|
| - WebkitCenter,
|
| - Start,
|
| - End,
|
| -};
|
| -
|
| static const size_t TextDecorationBits = 4;
|
| enum TextDecoration {
|
| TextDecorationNone = 0x0,
|
|
|