| Index: ui/aura_shell/drag_drop_controller.h
|
| diff --git a/ui/aura_shell/drag_drop_controller.h b/ui/aura_shell/drag_drop_controller.h
|
| index 6d70acfebd307c9395258db11af029f4d36ffb6e..5d87ad6f972680e691fc552ec5a2341fa92bc3da 100644
|
| --- a/ui/aura_shell/drag_drop_controller.h
|
| +++ b/ui/aura_shell/drag_drop_controller.h
|
| @@ -39,13 +39,14 @@ class AURA_SHELL_EXPORT DragDropController : public aura::DragDropClient,
|
| }
|
|
|
| // Overridden from aura::DragDropClient:
|
| - virtual void StartDragAndDrop(const ui::OSExchangeData& data,
|
| + virtual int StartDragAndDrop(const ui::OSExchangeData& data,
|
| int operation) OVERRIDE;
|
| virtual void DragUpdate(aura::Window* target,
|
| const aura::MouseEvent& event) OVERRIDE;
|
| virtual void Drop(aura::Window* target,
|
| const aura::MouseEvent& event) OVERRIDE;
|
| virtual void DragCancel() OVERRIDE;
|
| + virtual bool IsDragDropInProgress() OVERRIDE;
|
|
|
| // Overridden from aura::EventFilter:
|
| virtual bool PreHandleKeyEvent(aura::Window* target,
|
|
|