| 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 71beae32e5b1d319424e805a1a2062fa0f4a9c30..b62508b365852ecf1484d9d50191c829f15d501c 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -53,6 +53,8 @@ class CommandBufferProxyImpl :
|
| // notified of an error later.
|
| scoped_refptr<GpuVideoDecodeAcceleratorHost> CreateVideoDecoder(
|
| media::VideoCodecProfile profile,
|
| + const gfx::Size& size,
|
| + const std::vector<uint8_t>& extra_data,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| // IPC::Channel::Listener implementation:
|
|
|