| Index: mash/wm/bridge/wm_root_window_controller_mus.cc
|
| diff --git a/mash/wm/bridge/wm_root_window_controller_mus.cc b/mash/wm/bridge/wm_root_window_controller_mus.cc
|
| index ecabe2b2cc1de3b14a2b59d6123163a8c20162e2..658983700221f0fd708d64790bfbb3cfb5ba8f9f 100644
|
| --- a/mash/wm/bridge/wm_root_window_controller_mus.cc
|
| +++ b/mash/wm/bridge/wm_root_window_controller_mus.cc
|
| @@ -111,6 +111,7 @@ void WmRootWindowControllerMus::ConfigureWidgetInitParamsForContainer(
|
| DCHECK(init_params->parent_mus);
|
| mus::Window* new_window =
|
| root_window_controller_->root()->connection()->NewWindow();
|
| + WmWindowMus::Get(new_window)->set_widget(widget);
|
| init_params->native_widget = new views::NativeWidgetMus(
|
| widget, root_window_controller_->GetConnector(), new_window,
|
| mus::mojom::SurfaceType::DEFAULT);
|
|
|