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 a0726788e2e2954d08e1f70e29a2d6a748e50255..e43f4bd319137c5067d7ec6e12b96cfa7650f4a6 100644 |
--- a/services/ui/ws/window_manager_state.h |
+++ b/services/ui/ws/window_manager_state.h |
@@ -61,6 +61,14 @@ class WindowManagerState : public EventDispatcherDelegate { |
void ReleaseCaptureBlockedByModalWindow(const ServerWindow* modal_window); |
void ReleaseCaptureBlockedByAnyModalWindow(); |
+ void SetDragDropSourceWindow( |
+ DragSource* drag_source, |
+ ServerWindow* window, |
+ int32_t drag_pointer, |
+ mojo::Map<mojo::String, mojo::Array<uint8_t>> drag_data, |
+ uint32_t drag_operation); |
+ void EndDragDrop(); |
+ |
void AddSystemModalWindow(ServerWindow* window); |
// TODO(sky): EventDispatcher is really an implementation detail and should |