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

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

Issue 2535663002: Removed ordering dependencies for EListStyleType (Closed)
Patch Set: Created 4 years, 1 month 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/css/CSSValueKeywords.in ('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 6873013d46f09286b218226f78d244a1c80bc261..54743b2fe221b67f7dc092f7aa674793b7105fe6 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -267,8 +267,8 @@ enum LineBreak {
enum EResize { RESIZE_NONE, RESIZE_BOTH, RESIZE_HORIZONTAL, RESIZE_VERTICAL };
-// The order of this enum must match the order of the list style types in
-// CSSValueKeywords.in.
+// If you change the first or last value in this list, you must update
+// CSSParserFastPaths as well.
alancutter (OOO until 2018) 2016/11/28 06:44:01 What must be updated? This should probably be wor
enum class EListStyleType : unsigned {
Disc,
Circle,
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValueKeywords.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698