| Index: ash/mus/bridge/wm_root_window_controller_mus.cc
|
| diff --git a/ash/mus/bridge/wm_root_window_controller_mus.cc b/ash/mus/bridge/wm_root_window_controller_mus.cc
|
| index 1756b79e5505c1757f710fbeba4bd5f4ddff204a..fe98ba7c5ad47321e8e731d506e8559eceb14720 100644
|
| --- a/ash/mus/bridge/wm_root_window_controller_mus.cc
|
| +++ b/ash/mus/bridge/wm_root_window_controller_mus.cc
|
| @@ -122,7 +122,8 @@ void WmRootWindowControllerMus::ConfigureWidgetInitParamsForContainer(
|
| ->GetChildByShellWindowId(shell_container_id));
|
| DCHECK(init_params->parent_mus);
|
| ui::Window* new_window =
|
| - root_window_controller_->root()->window_tree()->NewWindow();
|
| + root_window_controller_->root()->window_tree()->NewWindow(
|
| + &(init_params->mus_properties));
|
| WmWindowMus::Get(new_window)
|
| ->set_widget(widget, WmWindowMus::WidgetCreationType::INTERNAL);
|
| init_params->native_widget = new views::NativeWidgetMus(
|
|
|