Index: gpu/command_buffer/client/gl_in_process_context.h |
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h |
index e47b0203ce6a49a31fb4f0e1aa8c0f945353568b..73d7a3829c36c8e25dd9422ec533abd761d2737a 100644 |
--- a/gpu/command_buffer/client/gl_in_process_context.h |
+++ b/gpu/command_buffer/client/gl_in_process_context.h |
@@ -55,7 +55,8 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext { |
const gpu::gles2::ContextCreationAttribHelper& attribs, |
const SharedMemoryLimits& memory_limits, |
GpuMemoryBufferManager* gpu_memory_buffer_manager, |
- ImageFactory* image_factory); |
+ ImageFactory* image_factory, |
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner); |
// Allows direct access to the GLES2 implementation so a GLInProcessContext |
// can be used without making it current. |