Index: ash/wm/workspace/phantom_window_controller.cc |
diff --git a/ash/wm/workspace/phantom_window_controller.cc b/ash/wm/workspace/phantom_window_controller.cc |
index 2a604341218159cf2d3658feb69d76aeda7f81b0..01279669d9865522415f67fb0e2242b8cfb1ebfd 100644 |
--- a/ash/wm/workspace/phantom_window_controller.cc |
+++ b/ash/wm/workspace/phantom_window_controller.cc |
@@ -127,7 +127,7 @@ void PhantomWindowController::CreatePhantomWidget(const gfx::Rect& bounds) { |
// launcher button. Put the phantom in the same window as the launcher so that |
// the phantom is visible. |
params.parent = Shell::GetContainer(wm::GetRootWindowMatching(bounds), |
- kShellWindowId_LauncherContainer); |
+ kShellWindowId_ShelfContainer); |
params.can_activate = false; |
params.keep_on_top = true; |
phantom_widget_->set_focus_on_creation(false); |