| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index 54b71195e9a8b7ffdcadc17a393d38cc781ea407..9fdb926657cdc57bf83df113d699ae95dd97ec96 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -161,7 +161,7 @@ scoped_refptr<ui::ContextProviderCommandBuffer> CreateContextCommon(
|
| GURL url("chrome://gpu/GpuProcessTransportFactory::CreateContextCommon");
|
| return make_scoped_refptr(new ui::ContextProviderCommandBuffer(
|
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
|
| - gpu::GpuStreamPriority::NORMAL, surface_handle, url, automatic_flushes,
|
| + gpu::GpuStreamPriority::REAL_TIME, surface_handle, url, automatic_flushes,
|
| support_locking, gpu::SharedMemoryLimits(), attributes,
|
| shared_context_provider, type));
|
| }
|
|
|