| Index: components/web_view/test_runner/test_runner_application_delegate.cc
|
| diff --git a/components/web_view/test_runner/test_runner_application_delegate.cc b/components/web_view/test_runner/test_runner_application_delegate.cc
|
| index c27bd079175235cd5cc805890387ba8c1c7bc0f8..1d364a8465b46169a9830a44e29ffc1cc2070f48 100644
|
| --- a/components/web_view/test_runner/test_runner_application_delegate.cc
|
| +++ b/components/web_view/test_runner/test_runner_application_delegate.cc
|
| @@ -66,7 +66,7 @@ void TestRunnerApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
|
| NOTREACHED() << "Test environment could not be properly set up for blink.";
|
| }
|
| app_ = app;
|
| - mus::CreateSingleWindowTreeHost(app_, this, &host_);
|
| + mus::CreateSingleWindowTreeHost(app_, this, &host_, nullptr);
|
| }
|
|
|
| bool TestRunnerApplicationDelegate::ConfigureIncomingConnection(
|
|
|