| Index: ui/aura/client/drag_drop_client.h
|
| diff --git a/ui/aura/client/drag_drop_client.h b/ui/aura/client/drag_drop_client.h
|
| index 49ee306744886cda05a2e18eb3bf7b0eef90a0a6..25c662fd246f788d49a9e58073785127707f8e4f 100644
|
| --- a/ui/aura/client/drag_drop_client.h
|
| +++ b/ui/aura/client/drag_drop_client.h
|
| @@ -31,6 +31,7 @@ class AURA_EXPORT DragDropClient {
|
| // applied at the end of the drag drop session. |root_location| is in the
|
| // RootWindow's coordinate system.
|
| virtual int StartDragAndDrop(const ui::OSExchangeData& data,
|
| + aura::RootWindow* root_window,
|
| const gfx::Point& root_location,
|
| int operation) = 0;
|
|
|
|
|