| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index 9420ce9d3aa7630f1dbf83fc17ac60cca319c6ee..9d0ab3852a39fa0d7e3573fd8b24deb1489be042 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -725,7 +725,7 @@ void CompositorImpl::OnGpuChannelEstablished(
|
| scoped_refptr<ui::ContextProviderCommandBuffer> context_provider =
|
| new ui::ContextProviderCommandBuffer(
|
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
|
| - gpu::GpuStreamPriority::NORMAL, surface_handle_,
|
| + gpu::GpuStreamPriority::REAL_TIME, surface_handle_,
|
| GURL(std::string("chrome://gpu/CompositorImpl::") +
|
| std::string("CompositorContextProvider")),
|
| automatic_flushes, support_locking,
|
|
|