| Index: ui/aura/client/cursor_client_observer.h
|
| diff --git a/ui/aura/client/cursor_client_observer.h b/ui/aura/client/cursor_client_observer.h
|
| index 7dc20318e746255fe9f07dc980acc2d14e75f679..7766ed77e08feaf4f56cac5925a189d8980cd971 100644
|
| --- a/ui/aura/client/cursor_client_observer.h
|
| +++ b/ui/aura/client/cursor_client_observer.h
|
| @@ -18,7 +18,7 @@ namespace client {
|
| class AURA_EXPORT CursorClientObserver {
|
| public:
|
| virtual void OnCursorVisibilityChanged(bool is_visible) {}
|
| - virtual void OnCursorSetChanged(ui::CursorSetType cursor_set) {}
|
| + virtual void OnCursorSizeChanged(ui::CursorSize cursor_size) {}
|
| virtual void OnCursorDisplayChanged(const display::Display& display) {}
|
|
|
| protected:
|
|
|