| 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 ea713fd1a5b1269dd56115420be12082250bfc93..2fa3ab536e5570fb6f61d658f519aad8705e8027 100644 | 
| --- a/content/browser/compositor/gpu_process_transport_factory.cc | 
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc | 
| @@ -133,7 +133,7 @@ scoped_refptr<content::ContextProviderCommandBuffer> CreateContextCommon( | 
| return make_scoped_refptr(new content::ContextProviderCommandBuffer( | 
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT, | 
| gpu::GpuStreamPriority::NORMAL, surface_handle, url, | 
| -      gfx::PreferIntegratedGpu, automatic_flushes, support_locking, | 
| +      gl::PreferIntegratedGpu, automatic_flushes, support_locking, | 
| gpu::SharedMemoryLimits(), attributes, shared_context_provider, type)); | 
| } | 
|  | 
|  |