| Index: services/ui/gpu/gpu_main.cc
|
| diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
|
| index 03896b5d1649c5774f613ba0badfdfe37f63ab31..ba01980a44b8422f1442cc569e038f7f217011cb 100644
|
| --- a/services/ui/gpu/gpu_main.cc
|
| +++ b/services/ui/gpu/gpu_main.cc
|
| @@ -212,7 +212,7 @@ void GpuMain::CreateFrameSinkManagerOnCompositorThread(
|
| image_factory);
|
|
|
| frame_sink_manager_ = base::MakeUnique<viz::MojoFrameSinkManager>(
|
| - display_provider_.get(), std::move(request), std::move(client));
|
| + true, display_provider_.get(), std::move(request), std::move(client));
|
| }
|
|
|
| void GpuMain::TearDownOnCompositorThread() {
|
|
|