| Index: services/ui/ws/window_manager_state.h
|
| diff --git a/services/ui/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
|
| index 68e808b16f0b14d4d372e151af6207ed81c936fa..c392658009d96b79d9866c36e2da56bd58f977c1 100644
|
| --- a/services/ui/ws/window_manager_state.h
|
| +++ b/services/ui/ws/window_manager_state.h
|
| @@ -68,6 +68,9 @@ class WindowManagerState : public EventDispatcherDelegate,
|
| void ReleaseCaptureBlockedByModalWindow(const ServerWindow* modal_window);
|
| void ReleaseCaptureBlockedByAnyModalWindow();
|
|
|
| + // Sets the location of the cursor to a dips location on display |display_id|.
|
| + void SetCursorLocation(const gfx::Point& display_dips, int64_t display_id);
|
| +
|
| void SetDragDropSourceWindow(
|
| DragSource* drag_source,
|
| ServerWindow* window,
|
|
|