| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| index 2d2e559f5f2ccd54ea7c3e8883205739eaa20c4f..37b670555f62ec4624eef3e44040b134121a7d73 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -47,6 +47,8 @@ class GpuVideoDecodeAccelerator
|
| // The renderer process handle is valid as long as we have a channel between
|
| // GPU process and the renderer.
|
| void Initialize(const media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data,
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
|
|