| 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..697e3618d66b3fad82582c968eeafd759421fe82 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -333,7 +333,14 @@ enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
|
|
|
| enum EAnimPlayState { AnimPlayStatePlaying, AnimPlayStatePaused };
|
|
|
| -enum EWhiteSpace { NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP };
|
| +enum class EWhiteSpace : unsigned {
|
| + Normal,
|
| + Pre,
|
| + PreWrap,
|
| + PreLine,
|
| + Nowrap,
|
| + KhtmlNowrap
|
| +};
|
|
|
| // The order of this enum must match the order of the text align values in
|
| // CSSValueKeywords.in.
|
|
|