Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: ui/aura/client/cursor_client_observer.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..2d7a3b1fc471d6a1846cd43a46a5ac1b11e697ef 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 OnCursorSetChanged(ui::CursorSet cursor_set) {}
virtual void OnCursorDisplayChanged(const display::Display& display) {}
protected:

Powered by Google App Engine
This is Rietveld 408576698