Index: content/common/gpu/client/command_buffer_proxy_impl.h |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h |
index f581688cef48b9c3da9de6efb0e169c2bcbe5d05..0c9b28c6e6769c527a966201a8b757ea87a203cd 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.h |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h |
@@ -67,11 +67,10 @@ class CommandBufferProxyImpl |
// returns it as an owned pointer to a media::VideoDecodeAccelerator. Returns |
// NULL on failure to create the GpuVideoDecodeAcceleratorHost. |
// Note that the GpuVideoDecodeAccelerator may still fail to be created in |
- // the GPU process, even if this returns non-NULL. In this case the client is |
- // notified of an error later. |
+ // the GPU process, even if this returns non-NULL. In this case the VDA client |
+ // is notified of an error later, after Initialize(). |
scoped_ptr<media::VideoDecodeAccelerator> CreateVideoDecoder( |
- media::VideoCodecProfile profile, |
- media::VideoDecodeAccelerator::Client* client); |
+ media::VideoCodecProfile profile); |
// IPC::Listener implementation: |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |