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..5bf239eb71b950339f212660c2142476d151313c 100644 |
--- a/services/ui/ws/window_manager_state.cc |
+++ b/services/ui/ws/window_manager_state.cc |
@@ -10,6 +10,7 @@ |
#include "services/service_manager/public/interfaces/connector.mojom.h" |
#include "services/ui/common/accelerator_util.h" |
#include "services/ui/ws/accelerator.h" |
+#include "services/ui/ws/cursor_location_manager.h" |
#include "services/ui/ws/display.h" |
#include "services/ui/ws/display_manager.h" |
#include "services/ui/ws/platform_display.h" |
@@ -571,7 +572,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); |
} |