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

Unified Diff: ash/shell.h

Issue 2780623002: exo: Fix multi-display hardware cursor (Closed)
Patch Set: Remove capture on mouse enter Created 3 years, 8 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 | « no previous file | ash/wm/ash_native_cursor_manager.h » ('j') | components/exo/pointer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 0b656e29272e3a118423c2d9f29aa9dca0b48904..dea7015d61ad1d5dcb06d3ee131f4b2978441208 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -401,6 +401,9 @@ class ASH_EXPORT Shell : public SessionStateObserver,
EventTransformationHandler* event_transformation_handler() {
return event_transformation_handler_.get();
}
+ AshNativeCursorManager* native_cursor_manager() {
+ return native_cursor_manager_;
+ }
::wm::CursorManager* cursor_manager() { return cursor_manager_.get(); }
SessionStateDelegate* session_state_delegate() {
« no previous file with comments | « no previous file | ash/wm/ash_native_cursor_manager.h » ('j') | components/exo/pointer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698