| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index c8d34dd5d0124a328c98909f5a22978e9ba770ff..448a3d1ef670f360a81617ca059a0c25b5e77972 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -322,7 +322,8 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender,
|
| ModalWindow::OpenModalWindow(GetWidget()->GetNativeView(),
|
| ui::MODAL_TYPE_WINDOW);
|
| } else if (sender == child_modal_button_) {
|
| - views::test::CreateChildModalParent();
|
| + views::test::CreateChildModalParent(
|
| + GetWidget()->GetNativeView()->GetRootWindow());
|
| } else if (sender == transient_button_) {
|
| NonModalTransient::OpenNonModalTransient(GetWidget()->GetNativeView());
|
| } else if (sender == show_hide_window_button_) {
|
|
|