summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_drop_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/drag_drop/drag_drop_tracker.h')
-rw-r--r--ash/drag_drop/drag_drop_tracker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_tracker.h b/ash/drag_drop/drag_drop_tracker.h
index 22cf630..d7212ef 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(); }