Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: services/ui/ws/window_manager_state.h

Issue 2266603002: mus: Implement interwindow drag and drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove 'window &&' Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..95a608cdceb0b4496a04a82087e804309326a298 100644
--- a/services/ui/ws/window_manager_state.h
+++ b/services/ui/ws/window_manager_state.h
@@ -61,6 +61,15 @@ class WindowManagerState : public EventDispatcherDelegate {
void ReleaseCaptureBlockedByModalWindow(const ServerWindow* modal_window);
void ReleaseCaptureBlockedByAnyModalWindow();
+ void SetDragDropSourceWindow(
+ DragSource* drag_source,
+ ServerWindow* window,
+ DragTargetConnection* source_connection,
+ 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

Powered by Google App Engine
This is Rietveld 408576698