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

Unified Diff: ash/shell.h

Issue 2780623002: exo: Fix multi-display hardware cursor (Closed)
Patch Set: Fix accessibility test 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') | ash/wm/ash_native_cursor_manager.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 da3e7d69fe2fe275ab7a3ec288b6161b07e2cfa6..5fb7c179a3ca6d5cf0cef1b865ac2b736d5cbf7e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -414,6 +414,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') | ash/wm/ash_native_cursor_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698