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

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

Issue 2352233002: mus drag and drop: Add API to let the client cancel the drag. (Closed)
Patch Set: A bunch of dvlogs 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
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/event_dispatcher.h
diff --git a/services/ui/ws/event_dispatcher.h b/services/ui/ws/event_dispatcher.h
index e457c1cc205db3140e7d34f513f0e02780266cee..aa144e90cd481e18e57816b89082d6cd409728de 100644
--- a/services/ui/ws/event_dispatcher.h
+++ b/services/ui/ws/event_dispatcher.h
@@ -86,6 +86,7 @@ class EventDispatcher : public ServerWindowObserver {
int32_t drag_pointer,
mojo::Map<mojo::String, mojo::Array<uint8_t>> mime_data,
uint32_t drag_operations);
+ void CancelDragDrop();
void EndDragDrop();
void OnWillDestroyDragTargetConnection(DragTargetConnection* connection);
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698