| Index: ui/aura/client/cursor_client.h
|
| diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
|
| index 8a78c1a34b558c6821eca02975ee56858405f961..490cf57fb3eaa7c96c97effa68aab904b5a0aedd 100644
|
| --- a/ui/aura/client/cursor_client.h
|
| +++ b/ui/aura/client/cursor_client.h
|
| @@ -40,10 +40,10 @@ class AURA_EXPORT CursorClient {
|
| virtual void HideCursor() = 0;
|
|
|
| // Sets the type of the mouse cursor icon.
|
| - virtual void SetCursorSet(ui::CursorSetType cursor_set) = 0;
|
| + virtual void SetCursorSize(ui::CursorSize cursor_size) = 0;
|
|
|
| // Gets the type of the mouse cursor icon.
|
| - virtual ui::CursorSetType GetCursorSet() const = 0;
|
| + virtual ui::CursorSize GetCursorSize() const = 0;
|
|
|
| // Gets whether the cursor is visible.
|
| virtual bool IsCursorVisible() const = 0;
|
|
|