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

Unified Diff: services/ui/ws/window_manager_state.cc

Issue 2696963003: Split cursor location from UserDisplayManager. (Closed)
Patch Set: Fixes. Created 3 years, 10 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
Index: services/ui/ws/window_manager_state.cc
diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
index efd64b622b2238526930d755e3e5d3bac903d2f9..1cb2fafcd570ea72fadd4010ef34e2f95712646c 100644
--- a/services/ui/ws/window_manager_state.cc
+++ b/services/ui/ws/window_manager_state.cc
@@ -571,7 +571,7 @@ void WindowManagerState::OnCaptureChanged(ServerWindow* new_capture,
void WindowManagerState::OnMouseCursorLocationChanged(const gfx::Point& point) {
window_server()
->display_manager()
- ->GetUserDisplayManager(user_id())
+ ->GetCursorLocationManager(user_id())
->OnMouseCursorLocationChanged(point);
}

Powered by Google App Engine
This is Rietveld 408576698