| 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..ffd294d9ac8e13bb40521e649b1c71d689d4b220 100644
|
| --- a/services/ui/ws/window_manager_state.h
|
| +++ b/services/ui/ws/window_manager_state.h
|
| @@ -68,6 +68,8 @@ class WindowManagerState : public EventDispatcherDelegate,
|
| void ReleaseCaptureBlockedByModalWindow(const ServerWindow* modal_window);
|
| void ReleaseCaptureBlockedByAnyModalWindow();
|
|
|
| + void SetCursorLocation(const gfx::Point& point);
|
| +
|
| void SetDragDropSourceWindow(
|
| DragSource* drag_source,
|
| ServerWindow* window,
|
|
|