| 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 718cae8224843ba33426a585446c089564148a90..0d184ff715b7d8728dad85ff03084da48815a365 100644
|
| --- a/services/ui/ws/window_manager_state.h
|
| +++ b/services/ui/ws/window_manager_state.h
|
| @@ -71,6 +71,7 @@ class WindowManagerState : public EventDispatcherDelegate,
|
| int32_t drag_pointer,
|
| mojo::Map<mojo::String, mojo::Array<uint8_t>> drag_data,
|
| uint32_t drag_operation);
|
| + void CancelDragDrop();
|
| void EndDragDrop();
|
|
|
| void AddSystemModalWindow(ServerWindow* window);
|
|
|