| Index: ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| index 9f7879015b5576b03a765c0b85f7c8d136b5db44..38881f8b14bd0a9810f62aab1fbcce7a7d82555b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| @@ -38,7 +38,7 @@ class VIEWS_EXPORT DesktopNativeCursorManager
|
|
|
| // Builds a cursor and sets the internal platform representation. The return
|
| // value should not be cached.
|
| - gfx::NativeCursor GetInitializedCursor(int type);
|
| + gfx::NativeCursor GetInitializedCursor(ui::CursorType type);
|
|
|
| // Adds |host| to the set |hosts_|.
|
| void AddHost(aura::WindowTreeHost* host);
|
|
|