| Index: ui/ozone/public/cursor_factory_ozone.h
|
| diff --git a/ui/ozone/public/cursor_factory_ozone.h b/ui/ozone/public/cursor_factory_ozone.h
|
| index dbc3c7513d28d702cf1e9fb3b36860402d0bf6d6..18164baaaa4c753c74755f1be81d6525cf28065e 100644
|
| --- a/ui/ozone/public/cursor_factory_ozone.h
|
| +++ b/ui/ozone/public/cursor_factory_ozone.h
|
| @@ -29,7 +29,7 @@ class OZONE_BASE_EXPORT CursorFactoryOzone {
|
| // Return the default cursor of the specified type. The types are listed in
|
| // ui/base/cursor/cursor.h. Default cursors are managed by the implementation
|
| // and must live indefinitely; there's no way to know when to free them.
|
| - virtual PlatformCursor GetDefaultCursor(int type);
|
| + virtual PlatformCursor GetDefaultCursor(CursorType type);
|
|
|
| // Return a image cursor from the specified image & hotspot. Image cursors
|
| // are referenced counted and have an initial refcount of 1. Therefore, each
|
|
|