| 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:
|
|
|