| Index: components/mus/ws/window_manager_state.cc
|
| diff --git a/components/mus/ws/window_manager_state.cc b/components/mus/ws/window_manager_state.cc
|
| index f383906af0ca6e47959ea7568b1b304f628edd27..ccec39ddc1f357b17d2885fe05994d0f082f6fa6 100644
|
| --- a/components/mus/ws/window_manager_state.cc
|
| +++ b/components/mus/ws/window_manager_state.cc
|
| @@ -359,6 +359,12 @@ void WindowManagerState::OnServerWindowCaptureLost(ServerWindow* window) {
|
| window_server()->ProcessLostCapture(window);
|
| }
|
|
|
| +void WindowManagerState::OnMouseCursorLocationChanged(
|
| + const gfx::Point& location) {
|
| + display_->display_manager()->GetUserDisplayManager(user_id_)
|
| + ->OnMouseCursorLocationChanged(location);
|
| +}
|
| +
|
| void WindowManagerState::DispatchInputEventToWindow(ServerWindow* target,
|
| bool in_nonclient_area,
|
| const ui::Event& event,
|
|
|