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

Unified Diff: ash/drag_drop/drag_drop_controller.cc

Issue 11421006: Desktop aura: Break aura::Window::SetParent in two. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: I think the content_unittests timeout on linux_aura is flake, but try to fix it anyway. 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_controller.cc
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc
index da309195917babcbf29575f3792000c17d90681a..eb8c2228dc79d733fb99a6e4bf2b9cfc70b0ae79 100644
--- a/ash/drag_drop/drag_drop_controller.cc
+++ b/ash/drag_drop/drag_drop_controller.cc
@@ -65,7 +65,7 @@ int DragDropController::StartDragAndDrop(
ui::DragDropTypes::DragEventSource source) {
DCHECK(!IsDragDropInProgress());
- drag_drop_tracker_.reset(new DragDropTracker);
+ drag_drop_tracker_.reset(new DragDropTracker(root_window));
drag_data_ = &data;
drag_operation_ = operation;

Powered by Google App Engine
This is Rietveld 408576698