| 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 94407d144e7f8bcdde358ac5e73c16c8dda75283..818c892fd2aef0d6f1fc07943f07317b64aca6d9 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.h
|
| +++ b/gpu/ipc/client/gpu_channel_host.h
|
| @@ -117,7 +117,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);
|
|
|