| Index: mash/screenlock/screenlock.cc
|
| diff --git a/mash/screenlock/screenlock.cc b/mash/screenlock/screenlock.cc
|
| index 62bbefc3c22d417e30c2f230daf90531a0958138..49cc8bbd4867c485d7c0c2541d6e7156597e1b8d 100644
|
| --- a/mash/screenlock/screenlock.cc
|
| +++ b/mash/screenlock/screenlock.cc
|
| @@ -100,7 +100,7 @@
|
| ui::Window* window =
|
| views::WindowManagerConnection::Get()->NewWindow(properties);
|
| params.native_widget = new views::NativeWidgetMus(
|
| - widget, connector(), window, ui::mojom::SurfaceType::DEFAULT);
|
| + widget, window, ui::mojom::SurfaceType::DEFAULT);
|
| widget->Init(params);
|
| widget->Show();
|
| }
|
|
|