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 2d98980ec6a9bd2bd4de9b7d0d14454b98e57bdf..cba8de48293fbd94b5c78b984aa8dee86fe03a40 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -125,12 +125,10 @@ class GpuChannelHost : public IPC::Sender, |
// Creates a video decoder in the GPU process. |
scoped_ptr<media::VideoDecodeAccelerator> CreateVideoDecoder( |
int command_buffer_route_id, |
- media::VideoCodecProfile profile, |
- media::VideoDecodeAccelerator::Client* client); |
+ media::VideoCodecProfile profile); |
// Creates a video encoder in the GPU process. |
- scoped_ptr<media::VideoEncodeAccelerator> CreateVideoEncoder( |
- media::VideoEncodeAccelerator::Client* client); |
+ scoped_ptr<media::VideoEncodeAccelerator> CreateVideoEncoder(); |
// Destroy a command buffer created by this channel. |
void DestroyCommandBuffer(CommandBufferProxyImpl* command_buffer); |