| 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 65f97d94cd7d35d6c533c5e89de0c9117e598ef8..4a36abac95099a4cd818c3a92db623139a01246a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -262,65 +262,6 @@ enum LineBreak {
|
|
|
| enum EResize { RESIZE_NONE, RESIZE_BOTH, RESIZE_HORIZONTAL, RESIZE_VERTICAL };
|
|
|
| -enum class EListStyleType : unsigned {
|
| - Disc,
|
| - Circle,
|
| - Square,
|
| - DecimalListStyle,
|
| - DecimalLeadingZero,
|
| - ArabicIndic,
|
| - Bengali,
|
| - Cambodian,
|
| - Khmer,
|
| - Devanagari,
|
| - Gujarati,
|
| - Gurmukhi,
|
| - Kannada,
|
| - Lao,
|
| - Malayalam,
|
| - Mongolian,
|
| - Myanmar,
|
| - Oriya,
|
| - Persian,
|
| - Urdu,
|
| - Telugu,
|
| - Tibetan,
|
| - Thai,
|
| - LowerRoman,
|
| - UpperRoman,
|
| - LowerGreek,
|
| - LowerAlpha,
|
| - LowerLatin,
|
| - UpperAlpha,
|
| - UpperLatin,
|
| - CjkEarthlyBranch,
|
| - CjkHeavenlyStem,
|
| - EthiopicHalehame,
|
| - EthiopicHalehameAm,
|
| - EthiopicHalehameTiEr,
|
| - EthiopicHalehameTiEt,
|
| - Hangul,
|
| - HangulConsonant,
|
| - KoreanHangulFormal,
|
| - KoreanHanjaFormal,
|
| - KoreanHanjaInformal,
|
| - Hebrew,
|
| - Armenian,
|
| - LowerArmenian,
|
| - UpperArmenian,
|
| - Georgian,
|
| - CJKIdeographic,
|
| - SimpChineseFormal,
|
| - SimpChineseInformal,
|
| - TradChineseFormal,
|
| - TradChineseInformal,
|
| - Hiragana,
|
| - Katakana,
|
| - HiraganaIroha,
|
| - KatakanaIroha,
|
| - NoneListStyle
|
| -};
|
| -
|
| enum QuoteType { OPEN_QUOTE, CLOSE_QUOTE, NO_OPEN_QUOTE, NO_CLOSE_QUOTE };
|
|
|
| enum EAnimPlayState { AnimPlayStatePlaying, AnimPlayStatePaused };
|
|
|