| 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 e6a2bbd91f19ba9dca53128c4a8dd3fa1fb8f17b..f387ebd100e289f3a9d6c816156675d2af7960cc 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -328,15 +328,6 @@ enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
|
|
|
| enum EAnimPlayState { AnimPlayStatePlaying, AnimPlayStatePaused };
|
|
|
| -enum class EWhiteSpace : unsigned {
|
| - Normal,
|
| - Pre,
|
| - PreWrap,
|
| - PreLine,
|
| - Nowrap,
|
| - WebkitNowrap
|
| -};
|
| -
|
| // The order of this enum must match the order of the text align values in
|
| // CSSValueKeywords.in.
|
| enum class ETextAlign : unsigned {
|
|
|