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 56b63094cbaffd1564cd54aeb96d816b35fbfd2e..f6e12655328a1d67dd8ade116df3ce37936a2425 100644 |
--- a/ash/drag_drop/drag_drop_tracker.h |
+++ b/ash/drag_drop/drag_drop_tracker.h |
@@ -11,6 +11,7 @@ |
#include "ui/base/events/event.h" |
namespace aura { |
+class RootWindow; |
class Window; |
} |
@@ -24,7 +25,7 @@ namespace internal { |
// is supported for now. |
class ASH_EXPORT DragDropTracker { |
public: |
- DragDropTracker(); |
+ DragDropTracker(aura::RootWindow* context_root); |
sky
2012/11/21 23:35:59
explicit
|
~DragDropTracker(); |
// Gets the target located at |event| in the coordinates of the active root |