| 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 4af382a7048dbaabd52be2bf280e57fb20da163d..8f967343c5eb9a9fc8653e68d87e1ddee974508f 100644
|
| --- a/components/mus/ws/window_manager_state.h
|
| +++ b/components/mus/ws/window_manager_state.h
|
| @@ -160,6 +160,7 @@ class WindowManagerState : public EventDispatcherDelegate {
|
| void SetNativeCapture() override;
|
| void ReleaseNativeCapture() override;
|
| void OnServerWindowCaptureLost(ServerWindow* window) override;
|
| + void OnMouseCursorLocationChanged(const gfx::Point& point) override;
|
| void DispatchInputEventToWindow(ServerWindow* target,
|
| bool in_nonclient_area,
|
| const ui::Event& event,
|
|
|