| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index e6bcbcab844e2166c78216a1d15231814316b564..8199f1080f72f614e3368b8b0af4cfd95a289b36 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -430,7 +430,7 @@ scoped_refptr<ContextProviderCommandBuffer> CreateOffscreenContext(
|
| std::move(gpu_channel_host), stream_id, stream_priority,
|
| gpu::kNullSurfaceHandle,
|
| GURL("chrome://gpu/RenderThreadImpl::CreateOffscreenContext"),
|
| - gfx::PreferIntegratedGpu, automatic_flushes, support_locking, limits,
|
| + gl::PreferIntegratedGpu, automatic_flushes, support_locking, limits,
|
| attributes, nullptr, type));
|
| }
|
|
|
|
|