| Index: content/browser/gpu/gpu_ipc_browsertests.cc
|
| diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| index 6fbf89183a8e2712679a493f08720ebec472ee17..016e49169b5bd5058eef4dfbef3255e73d928633 100644
|
| --- a/content/browser/gpu/gpu_ipc_browsertests.cc
|
| +++ b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| @@ -40,9 +40,8 @@ scoped_refptr<content::ContextProviderCommandBuffer> CreateContext(
|
| return make_scoped_refptr(new content::ContextProviderCommandBuffer(
|
| std::move(gpu_channel_host), gpu::GPU_STREAM_DEFAULT,
|
| gpu::GpuStreamPriority::NORMAL, gpu::kNullSurfaceHandle, GURL(),
|
| - gl::PreferIntegratedGpu, automatic_flushes, support_locking,
|
| - gpu::SharedMemoryLimits(), attributes, nullptr,
|
| - content::command_buffer_metrics::OFFSCREEN_CONTEXT_FOR_TESTING));
|
| + automatic_flushes, support_locking, gpu::SharedMemoryLimits(), attributes,
|
| + nullptr, content::command_buffer_metrics::OFFSCREEN_CONTEXT_FOR_TESTING));
|
| }
|
|
|
| class ContextTestBase : public content::ContentBrowserTest {
|
|
|