| Index: ash/shell/panel_window.cc
|
| diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
|
| index 5566a024da44d092f25189ce449f209d9b09a6f8..277579a43dcc20b231679b9e9e0e006fcd544c62 100644
|
| --- a/ash/shell/panel_window.cc
|
| +++ b/ash/shell/panel_window.cc
|
| @@ -44,7 +44,8 @@ views::Widget* PanelWindow::CreateWidget() {
|
| params().bounds.set_width(kDefaultWidth);
|
| if (params().bounds.height() == 0)
|
| params().bounds.set_height(kDefaultHeight);
|
| - ::wm::ConvertRectToScreen(Shell::GetTargetRootWindow(), ¶ms().bounds);
|
| + ::wm::ConvertRectToScreen(Shell::GetRootWindowForNewWindows(),
|
| + ¶ms().bounds);
|
|
|
| widget->Init(params());
|
| widget->GetNativeView()->SetName(name_);
|
|
|