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 ab62845b2efca28bd1d6dec78ad70db5911881fc..179a31e0611877df20b7090f201ce76159e6ae24 100644 |
--- a/content/browser/gpu/gpu_ipc_browsertests.cc |
+++ b/content/browser/gpu/gpu_ipc_browsertests.cc |
@@ -41,7 +41,8 @@ scoped_refptr<content::ContextProviderCommandBuffer> CreateContext( |
return make_scoped_refptr(new content::ContextProviderCommandBuffer( |
base::WrapUnique(new content::WebGraphicsContext3DCommandBufferImpl( |
gpu::kNullSurfaceHandle, GURL(), std::move(gpu_channel_host), |
- gfx::PreferIntegratedGpu, automatic_flushes)), |
+ gfx::PreferIntegratedGpu, automatic_flushes, gpu::GPU_STREAM_DEFAULT, |
+ gpu::GpuStreamPriority::NORMAL)), |
gpu::SharedMemoryLimits(), attributes, nullptr, |
content::command_buffer_metrics::OFFSCREEN_CONTEXT_FOR_TESTING)); |
} |