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

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

Issue 2780623002: exo: Fix multi-display hardware cursor (Closed)
Patch Set: Fix style error Created 3 years, 7 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
« no previous file with comments | « ui/aura/client/cursor_client.h ('k') | ui/aura/test/test_cursor_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8408a2e65999cf3d54da1393c012e44d463405c..7dc20318e746255fe9f07dc980acc2d14e75f679 100644
--- a/ui/aura/client/cursor_client_observer.h
+++ b/ui/aura/client/cursor_client_observer.h
@@ -8,6 +8,10 @@
#include "ui/aura/aura_export.h"
#include "ui/base/cursor/cursor.h"
+namespace display {
+class Display;
+}
+
namespace aura {
namespace client {
@@ -15,6 +19,7 @@ class AURA_EXPORT CursorClientObserver {
public:
virtual void OnCursorVisibilityChanged(bool is_visible) {}
virtual void OnCursorSetChanged(ui::CursorSetType cursor_set) {}
+ virtual void OnCursorDisplayChanged(const display::Display& display) {}
protected:
virtual ~CursorClientObserver() {}
« no previous file with comments | « ui/aura/client/cursor_client.h ('k') | ui/aura/test/test_cursor_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698