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

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

Issue 2513523002: Removed ordering dependencies for ECursor (Closed)
Patch Set: Removed reordering 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 e9f4bc47d90bf3ef4e1b494a2240f9bef1c029e7..bc6d4a2e727c0f8e502f1096fe60b661b01317c0 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
};
« 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