| 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 c81bb8cb86b78b4d1ccfc2e6e0649a9e30cc96f3..0bb1d0a1159e3b2d1793e09f3f0e71b75abb5598 100644
|
| --- a/components/mus/ws/window_manager_state.cc
|
| +++ b/components/mus/ws/window_manager_state.cc
|
| @@ -165,6 +165,10 @@ void WindowManagerState::OnWillDestroyTree(WindowTree* tree) {
|
| : mojom::EventResult::UNHANDLED);
|
| }
|
|
|
| +gfx::Point WindowManagerState::GetCursorLocation() const {
|
| + return event_dispatcher_.mouse_pointer_last_location();
|
| +}
|
| +
|
| WindowManagerState::WindowManagerState(Display* display,
|
| PlatformDisplay* platform_display,
|
| cc::SurfaceId surface_id,
|
|
|