| Index: content/renderer/gpu/gpu_video_service_host.h
|
| diff --git a/content/renderer/gpu/gpu_video_service_host.h b/content/renderer/gpu/gpu_video_service_host.h
|
| index 83028c112348565ec07755cbc830e375ce83dafd..6806cb95a5b173adecfab77416f02de780d30f99 100644
|
| --- a/content/renderer/gpu/gpu_video_service_host.h
|
| +++ b/content/renderer/gpu/gpu_video_service_host.h
|
| @@ -13,6 +13,9 @@
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| class GpuVideoDecodeAcceleratorHost;
|
| +namespace gpu {
|
| +class CommandBufferHelper;
|
| +}
|
|
|
| // GpuVideoServiceHost lives on IO thread and is used to dispatch IPC messages
|
| // to GpuVideoDecoderHost objects.
|
| @@ -38,7 +41,8 @@ class GpuVideoServiceHost : public IPC::ChannelProxy::MessageFilter {
|
| // in the GPU process.
|
| GpuVideoDecodeAcceleratorHost* CreateVideoAccelerator(
|
| media::VideoDecodeAccelerator::Client* client,
|
| - int command_buffer_route_id);
|
| + int32 command_buffer_route_id,
|
| + gpu::CommandBufferHelper* cmd_buffer_helper);
|
|
|
| private:
|
| // Guards all members other than |router_|.
|
|
|