| Index: gpu/ipc/client/gpu_channel_host.h
|
| diff --git a/gpu/ipc/client/gpu_channel_host.h b/gpu/ipc/client/gpu_channel_host.h
|
| index 2efa57d3ac959572e8f96f0f55c8f2a0f98e0135..b1a6978cb286d8496aaf07255d6426351132b877 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.h
|
| +++ b/gpu/ipc/client/gpu_channel_host.h
|
| @@ -113,7 +113,8 @@ class GPU_EXPORT GpuChannelHost
|
| gpu::GpuStreamPriority stream_priority,
|
| const std::vector<int32_t>& attribs,
|
| const GURL& active_url,
|
| - gfx::GpuPreference gpu_preference);
|
| + gfx::GpuPreference gpu_preference,
|
| + scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
|
|
| // Destroy a command buffer created by this channel.
|
| void DestroyCommandBuffer(CommandBufferProxyImpl* command_buffer);
|
|
|