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..1692bdd7e27ba969fc0e13323326c2ca3c1ef58b 100644 |
--- a/ash/mus/bridge/wm_root_window_controller_mus.cc |
+++ b/ash/mus/bridge/wm_root_window_controller_mus.cc |
@@ -126,7 +126,8 @@ void WmRootWindowControllerMus::ConfigureWidgetInitParamsForContainer( |
WmWindowMus::Get(new_window) |
->set_widget(widget, WmWindowMus::WidgetCreationType::INTERNAL); |
init_params->native_widget = new views::NativeWidgetMus( |
- widget, new_window, ui::mojom::SurfaceType::DEFAULT); |
+ widget, root_window_controller_->GetConnector(), new_window, |
+ ui::mojom::SurfaceType::DEFAULT); |
} |
WmWindow* WmRootWindowControllerMus::FindEventTarget( |