| Index: components/mus/ws/window_manager_state.h
|
| diff --git a/components/mus/ws/window_manager_state.h b/components/mus/ws/window_manager_state.h
|
| index b53885e9dea2cf13cbb07bc94ad353a50669a582..a042536940df419c3358f580d800256728a4a97f 100644
|
| --- a/components/mus/ws/window_manager_state.h
|
| +++ b/components/mus/ws/window_manager_state.h
|
| @@ -159,6 +159,7 @@ class WindowManagerState : public EventDispatcherDelegate {
|
| void SetNativeCapture() override;
|
| void ReleaseNativeCapture() override;
|
| void OnServerWindowCaptureLost(ServerWindow* window) override;
|
| + void OnMouseCursorLocationChanged(const gfx::Point& location) override;
|
| void DispatchInputEventToWindow(ServerWindow* target,
|
| bool in_nonclient_area,
|
| const ui::Event& event,
|
|
|