| Index: content/browser/renderer_host/render_widget_host_view_android.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| index 152cd639e20b9639baeda04bb560fc7769995c5b..a81452238b1206e3e00e7ef5ff8e9797465a67e6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| @@ -189,7 +189,8 @@
|
| provider_ = new ContextProviderCommandBuffer(
|
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
|
| gpu::GpuStreamPriority::NORMAL, gpu::kNullSurfaceHandle, url,
|
| - automatic_flushes, support_locking, limits, attributes, nullptr,
|
| + gl::PreferIntegratedGpu, automatic_flushes, support_locking, limits,
|
| + attributes, nullptr,
|
| command_buffer_metrics::BROWSER_OFFSCREEN_MAINTHREAD_CONTEXT);
|
| if (!provider_->BindToCurrentThread())
|
| return;
|
|
|