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

Unified Diff: ash/drag_drop/drag_drop_tracker.h

Issue 11421006: Desktop aura: Break aura::Window::SetParent in two. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further renames for oshima Created 8 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: 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..ab09fcbc480c6f531253234b541ec31677abeabc 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();
+ explicit DragDropTracker(aura::RootWindow* context_root);
~DragDropTracker();
// Gets the target located at |event| in the coordinates of the active root

Powered by Google App Engine
This is Rietveld 408576698