| 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 2f9fe68db6d3d51d81c638a982ff1e321ebab2b3..a69e9d8f1450eae8fe9ef3cfed6b02cda122f944 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -127,6 +127,8 @@ class GpuChannelHost : public IPC::Message::Sender,
|
| GpuVideoDecodeAcceleratorHost* CreateVideoDecoder(
|
| int command_buffer_route_id,
|
| media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| // Destroy a command buffer created by this channel.
|
|
|