| 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 ad1e142fc8b2c2238131d7fa7a0263f2ea97de73..3adbe3562e28c8e91f648e8f063280d3b906ad4c 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -68,7 +68,7 @@ class GpuVideoDecodeAccelerator
|
| // one of them succeeds for given |profile|. Send the |init_done_msg| when
|
| // done. filter_ is passed to GpuCommandBufferStub channel only if the chosen
|
| // VDA can decode on IO thread.
|
| - void Initialize(const media::VideoCodecProfile profile,
|
| + void Initialize(const media::VideoDecodeAccelerator::InitParams& params,
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
|
|