| Index: ui/wm/core/native_cursor_manager.h
|
| diff --git a/ui/wm/core/native_cursor_manager.h b/ui/wm/core/native_cursor_manager.h
|
| index c3be2475edc8fe008c1408e6d8af9c5969184553..170cbb10379464d5d7c19fb93141e4a1f97a5dd7 100644
|
| --- a/ui/wm/core/native_cursor_manager.h
|
| +++ b/ui/wm/core/native_cursor_manager.h
|
| @@ -43,9 +43,8 @@ class WM_CORE_EXPORT NativeCursorManager {
|
| NativeCursorManagerDelegate* delegate) = 0;
|
|
|
| // A request to set the cursor set.
|
| - virtual void SetCursorSet(
|
| - ui::CursorSetType cursor_set,
|
| - NativeCursorManagerDelegate* delegate) = 0;
|
| + virtual void SetCursorSize(ui::CursorSize cursor_size,
|
| + NativeCursorManagerDelegate* delegate) = 0;
|
|
|
| // A request to set whether mouse events are disabled. At minimum,
|
| // implementer should call NativeCursorManagerDelegate::
|
|
|