| Index: ui/aura/desktop_delegate.h
|
| diff --git a/ui/aura/desktop_delegate.h b/ui/aura/desktop_delegate.h
|
| index 5438533e92572115e3d49354b7dc258c02635163..245f03290298391ed9badfa88a5d707ce7cebf42 100644
|
| --- a/ui/aura/desktop_delegate.h
|
| +++ b/ui/aura/desktop_delegate.h
|
| @@ -10,6 +10,7 @@
|
|
|
| namespace aura {
|
|
|
| +class DragDropController;
|
| class Window;
|
|
|
| class AURA_EXPORT DesktopDelegate {
|
| @@ -23,6 +24,8 @@ class AURA_EXPORT DesktopDelegate {
|
|
|
| // Returns the window that should be activated other than |ignore|.
|
| virtual Window* GetTopmostWindowToActivate(Window* ignore) const = 0;
|
| +
|
| + virtual DragDropController* GetDragDropController() const = 0;
|
| };
|
|
|
| } // namespace aura
|
|
|