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 8b9dd49dd6d42d72572a8b89b9550e9152daa551..ae59b6b6252e83428b2126401e2704c396999d5f 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -714,7 +714,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, |