Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: ui/aura/desktop_delegate.h

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698