| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index b5488ed97d1b710d3cb2834ceb560a4a0515bafc..251629826c6f7aa485cf86cf4987418e708c28a2 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -70,6 +70,7 @@ class CONTENT_EXPORT GpuChannelHostFactory {
|
| int32 surface_id,
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32 route_id) = 0;
|
| + virtual scoped_refptr<base::SingleThreadTaskRunner> TaskRunner() = 0;
|
| };
|
|
|
| // Encapsulates an IPC channel between the client and one GPU process.
|
|
|