| Index: ui/aura/env.cc
|
| diff --git a/ui/aura/env.cc b/ui/aura/env.cc
|
| index 9436b2be50f4a95bc40322d8bef9a0a43b4b202c..38b7b1893c863402c85ffc2c7087af322f21b45f 100644
|
| --- a/ui/aura/env.cc
|
| +++ b/ui/aura/env.cc
|
| @@ -205,7 +205,8 @@ void Env::Init() {
|
| // The ozone platform can provide its own event source. So initialize the
|
| // platform before creating the default event source. If running inside mus
|
| // let the mus process initialize ozone instead.
|
| - ui::OzonePlatform::InitializeForUI();
|
| + ui::OzonePlatform::InitParams params;
|
| + ui::OzonePlatform::InitializeForUI(params);
|
| #endif
|
| if (!ui::PlatformEventSource::GetInstance())
|
| event_source_ = ui::PlatformEventSource::CreateDefault();
|
|
|