| Index: sky/engine/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| index 9c4ce3ac9d5d4c7148678f50e3035c5a49128562..093d1423f68eaa1253c7a1b3a6f6fad8a0dc9c97 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -148,91 +148,6 @@ enum LineBreak {
|
| LineBreakAuto, LineBreakLoose, LineBreakNormal, LineBreakStrict, LineBreakAfterWhiteSpace
|
| };
|
|
|
| -// The order of this enum must match the order of the list style types in CSSValueKeywords.in.
|
| -enum EListStyleType {
|
| - Disc,
|
| - Circle,
|
| - Square,
|
| - DecimalListStyle,
|
| - DecimalLeadingZero,
|
| - ArabicIndic,
|
| - BinaryListStyle,
|
| - Bengali,
|
| - Cambodian,
|
| - Khmer,
|
| - Devanagari,
|
| - Gujarati,
|
| - Gurmukhi,
|
| - Kannada,
|
| - LowerHexadecimal,
|
| - Lao,
|
| - Malayalam,
|
| - Mongolian,
|
| - Myanmar,
|
| - Octal,
|
| - Oriya,
|
| - Persian,
|
| - Urdu,
|
| - Telugu,
|
| - Tibetan,
|
| - Thai,
|
| - UpperHexadecimal,
|
| - LowerRoman,
|
| - UpperRoman,
|
| - LowerGreek,
|
| - LowerAlpha,
|
| - LowerLatin,
|
| - UpperAlpha,
|
| - UpperLatin,
|
| - Afar,
|
| - EthiopicHalehameAaEt,
|
| - EthiopicHalehameAaEr,
|
| - Amharic,
|
| - EthiopicHalehameAmEt,
|
| - AmharicAbegede,
|
| - EthiopicAbegedeAmEt,
|
| - CjkEarthlyBranch,
|
| - CjkHeavenlyStem,
|
| - Ethiopic,
|
| - EthiopicHalehameGez,
|
| - EthiopicAbegede,
|
| - EthiopicAbegedeGez,
|
| - HangulConsonant,
|
| - Hangul,
|
| - LowerNorwegian,
|
| - Oromo,
|
| - EthiopicHalehameOmEt,
|
| - Sidama,
|
| - EthiopicHalehameSidEt,
|
| - Somali,
|
| - EthiopicHalehameSoEt,
|
| - Tigre,
|
| - EthiopicHalehameTig,
|
| - TigrinyaEr,
|
| - EthiopicHalehameTiEr,
|
| - TigrinyaErAbegede,
|
| - EthiopicAbegedeTiEr,
|
| - TigrinyaEt,
|
| - EthiopicHalehameTiEt,
|
| - TigrinyaEtAbegede,
|
| - EthiopicAbegedeTiEt,
|
| - UpperGreek,
|
| - UpperNorwegian,
|
| - Asterisks,
|
| - Footnotes,
|
| - Hebrew,
|
| - Armenian,
|
| - LowerArmenian,
|
| - UpperArmenian,
|
| - Georgian,
|
| - CJKIdeographic,
|
| - Hiragana,
|
| - Katakana,
|
| - HiraganaIroha,
|
| - KatakanaIroha,
|
| - NoneListStyle
|
| -};
|
| -
|
| enum EAnimPlayState {
|
| AnimPlayStatePlaying,
|
| AnimPlayStatePaused
|
| @@ -292,8 +207,6 @@ enum ECaptionSide {
|
| CAPTOP, CAPBOTTOM, CAPLEFT, CAPRIGHT
|
| };
|
|
|
| -enum EListStylePosition { OUTSIDE, INSIDE };
|
| -
|
| enum EVisibility { VISIBLE, HIDDEN, COLLAPSE };
|
|
|
| // The order of this enum must match the order of the display values in CSSValueKeywords.in.
|
|
|