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

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

Issue 2513523002: Removed ordering dependencies for ECursor (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
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 1f16f33bdc176bab45cf1f20cca852082a7fd922..699864ab36bb39230243b9aaa4abb154175b0635 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -431,7 +431,6 @@ enum class ECaptionSide : unsigned { Top, Bottom, Left, Right };
enum class EListStylePosition : unsigned { Outside, Inside };
enum class ECursor : unsigned {
- // The following must match the order in CSSValueKeywords.in.
Auto,
Cross,
Default,
@@ -466,8 +465,6 @@ enum class ECursor : unsigned {
AllScroll,
WebkitGrab,
WebkitGrabbing,
-
- // The following are handled as exceptions so don't need to match.
Copy,
None
};

Powered by Google App Engine
This is Rietveld 408576698