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

Unified Diff: ui/aura/root_window_observer.h

Issue 10789018: aura: Add X11 host window management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep ash switches alphabetized. Created 8 years, 5 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
« ash/hostwm/host_window_container.h ('K') | « ui/aura/root_window_host_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_observer.h
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
index 9f4cfd9ba5e7a0b9c828eb9c5b753c14205679c1..2682bd2ce81b76066431ace18cc79a81165ef907 100644
--- a/ui/aura/root_window_observer.h
+++ b/ui/aura/root_window_observer.h
@@ -6,6 +6,7 @@
#define UI_AURA_ROOT_WINDOW_OBSERVER_H_
#include "ui/aura/aura_export.h"
+#include "ui/base/cursor/cursor.h"
namespace gfx {
class Size;
@@ -28,6 +29,10 @@ class AURA_EXPORT RootWindowObserver {
// Invoked when the keyboard mapping has changed.
virtual void OnKeyboardMappingChanged(const RootWindow* root) {}
+ // Invoked when the cursor has changed.
+ virtual void OnCursorChanged(
+ const RootWindow* root, ui::PlatformCursor cursor) {}
+
protected:
virtual ~RootWindowObserver() {}
};
« ash/hostwm/host_window_container.h ('K') | « ui/aura/root_window_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698