| 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 fb04a19fc5b1e59effe377f1dfea241d299a9f6f..098a95fc4383056b54feec6fb04348117c89de73 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -687,7 +687,7 @@ void CompositorImpl::CreateOutputSurface() {
|
| context_provider = new ContextProviderCommandBuffer(
|
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
|
| gpu::GpuStreamPriority::NORMAL, surface_handle_, url,
|
| - gfx::PreferIntegratedGpu, automatic_flushes, support_locking, limits,
|
| + gl::PreferIntegratedGpu, automatic_flushes, support_locking, limits,
|
| attributes, nullptr,
|
| command_buffer_metrics::DISPLAY_COMPOSITOR_ONSCREEN_CONTEXT);
|
| DCHECK(context_provider.get());
|
|
|