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); |
} |