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

Unified Diff: ash/shell.h

Issue 2780623002: exo: Fix multi-display hardware cursor (Closed)
Patch Set: Address comments 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 | « no previous file | ash/wm/ash_native_cursor_manager.h » ('j') | components/exo/pointer.h » ('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 18176c7afb71f6ffd9394cd25bfb5579db2992bb..83c7311a1e81ba51c739872073ca2b2b7a4831bd 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -416,6 +416,9 @@ class ASH_EXPORT Shell : public SessionObserver,
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.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698