| 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);
|
|
|