Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2597083002: Moved list-style-type to be generated in ComputedStyleBase (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 };
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698