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

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

Issue 2640713002: Standardize ECursor enum value names (Closed)
Patch Set: Rebase Created 3 years, 11 months 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.h ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | 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 4f59d7ef5d7bfbede976cc0a873b68ddcab307c6..6b7093767062b73aabb5d46877d10469bd7efc85 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -342,42 +342,42 @@ enum EBreak {
};
enum class ECursor : unsigned {
- Auto,
- Cross,
- Default,
- Pointer,
- Move,
- VerticalText,
- Cell,
- ContextMenu,
- Alias,
- Progress,
- NoDrop,
- NotAllowed,
- ZoomIn,
- ZoomOut,
- EResize,
- NeResize,
- NwResize,
- NResize,
- SeResize,
- SwResize,
- SResize,
- WResize,
- EwResize,
- NsResize,
- NeswResize,
- NwseResize,
- ColResize,
- RowResize,
- Text,
- Wait,
- Help,
- AllScroll,
- WebkitGrab,
- WebkitGrabbing,
- Copy,
- None
+ kAuto,
+ kCrosshair,
+ kDefault,
+ kPointer,
+ kMove,
+ kVerticalText,
+ kCell,
+ kContextMenu,
+ kAlias,
+ kProgress,
+ kNoDrop,
+ kNotAllowed,
+ kZoomIn,
+ kZoomOut,
+ kEResize,
+ kNeResize,
+ kNwResize,
+ kNResize,
+ kSeResize,
+ kSwResize,
+ kSResize,
+ kWResize,
+ kEwResize,
+ kNsResize,
+ kNeswResize,
+ kNwseResize,
+ kColResize,
+ kRowResize,
+ kText,
+ kWait,
+ kHelp,
+ kAllScroll,
+ kWebkitGrab,
+ kWebkitGrabbing,
+ kCopy,
+ kNone
};
enum class EDisplay : unsigned {
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698