| Index: mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| diff --git a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| index 367d82bbf31f305a453ab66ece7cc7706f49cabd..b17e76af0f8b70e85d1dd1207172b04f2d5374f8 100644
|
| --- a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| +++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| @@ -47,7 +47,7 @@ void PhoneBrowserApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
|
| break;
|
| }
|
| }
|
| - mus::CreateSingleWindowTreeHost(app_, this, &host_);
|
| + mus::CreateSingleWindowTreeHost(app_, this, &host_, nullptr);
|
| }
|
|
|
| bool PhoneBrowserApplicationDelegate::ConfigureIncomingConnection(
|
|
|