Index: ash/drag_drop/drag_drop_tracker.h |
diff --git a/ash/drag_drop/drag_drop_tracker.h b/ash/drag_drop/drag_drop_tracker.h |
index 22cf630261b7ac55a9ffd19800c697169c8210f3..d7212ef796f07ee30e553aa25f5032445f6ffb27 100644 |
--- a/ash/drag_drop/drag_drop_tracker.h |
+++ b/ash/drag_drop/drag_drop_tracker.h |
@@ -13,6 +13,7 @@ |
namespace aura { |
class RootWindow; |
class Window; |
+class WindowDelegate; |
} |
namespace ash { |
@@ -25,7 +26,8 @@ namespace internal { |
// is supported for now. |
class ASH_EXPORT DragDropTracker { |
public: |
- explicit DragDropTracker(aura::RootWindow* context_root); |
+ DragDropTracker(aura::RootWindow* context_root, |
+ aura::WindowDelegate* delegate); |
~DragDropTracker(); |
aura::Window* capture_window() { return capture_window_.get(); } |