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

Unified Diff: ui/aura/root_window_host_win.cc

Issue 9463003: aura-x11: Add custom web cursor support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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
Index: ui/aura/root_window_host_win.cc
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
index 84f510351072c8d63e19d0dd6facc8cf33fa0d8e..cdfdb0c2212131230a823428fa34f6bb2de83e03 100644
--- a/ui/aura/root_window_host_win.cc
+++ b/ui/aura/root_window_host_win.cc
@@ -21,7 +21,7 @@ namespace aura {
namespace {
const wchar_t* GetCursorId(gfx::NativeCursor native_cursor) {
- switch (native_cursor) {
+ switch (native_cursor.native_type()) {
case kCursorNull:
return IDC_ARROW;
case kCursorPointer:
« ui/aura/cursor.h ('K') | « ui/aura/root_window_host_linux.cc ('k') | ui/base/x/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698