| Index: ui/compositor/test/test_suite.cc
|
| diff --git a/ui/compositor/test/test_suite.cc b/ui/compositor/test/test_suite.cc
|
| index c315a574f741d6d49256369dce06ae16a6c3ee42..eb29bfa6759490b0494e9dcaef1c9824ca73c0bc 100644
|
| --- a/ui/compositor/test/test_suite.cc
|
| +++ b/ui/compositor/test/test_suite.cc
|
| @@ -34,7 +34,9 @@ void CompositorTestSuite::Initialize() {
|
| gl::GLSurfaceTestSupport::InitializeOneOff();
|
|
|
| #if defined(USE_OZONE)
|
| - ui::OzonePlatform::InitializeForUI();
|
| + ui::OzonePlatform::InitParams params;
|
| + params.single_process = true;
|
| + ui::OzonePlatform::InitializeForUI(params);
|
| #endif
|
|
|
| gfx::RegisterPathProvider();
|
|
|