| 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 cab2a2285cd346add4ea6ddbbfe3793a39fc05dc..090542c9f036d1e8d5293b3b9e8131e6ddffae45 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -61,6 +61,7 @@ class GpuVideoDecodeAccelerator
|
| // done. filter_ is passed to GpuCommandBufferStub channel only if the chosen
|
| // VDA can decode on IO thread.
|
| void Initialize(const media::VideoCodecProfile profile,
|
| + uint32 min_picture_count,
|
| IPC::Message* init_done_msg);
|
|
|
| // Static query for supported profiles. This query calls the appropriate
|
|
|