Index: services/ui/ws/window_tree.cc |
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc |
index fbef1f3b914ad234414a29bd687686557aeae0ac..c03478c8d3086d0049964338071d439fb1a432c0 100644 |
--- a/services/ui/ws/window_tree.cc |
+++ b/services/ui/ws/window_tree.cc |
@@ -1729,9 +1729,9 @@ void WindowTree::GetWindowManagerClient( |
void WindowTree::GetCursorLocationMemory( |
const GetCursorLocationMemoryCallback& callback) { |
- callback.Run( |
- window_server_->display_manager()->GetUserDisplayManager(user_id_)-> |
- GetCursorLocationMemory()); |
+ callback.Run(window_server_->display_manager() |
+ ->GetCursorLocationManager(user_id_) |
+ ->GetCursorLocationMemory()); |
} |
void WindowTree::PerformDragDrop( |