Chromium Code Reviews| 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..87fc91f319bd23b62f5417d58e283f80761eb6f9 100644 |
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h |
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h |
| @@ -65,10 +65,10 @@ class GpuVideoDecodeAccelerator |
| bool Send(IPC::Message* message) override; |
| // Initialize VDAs from the set of VDAs supported for current platform until |
| - // 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, |
| + // one of them succeeds for given |params.profile|. Send the |init_done_msg| |
|
xhwang
2015/12/02 23:04:29
update this comment
|
| + // when done. filter_ is passed to GpuCommandBufferStub channel only if the |
| + // chosen VDA can decode on IO thread. |
| + void Initialize(const media::VideoDecodeAccelerator::Config& config, |
| IPC::Message* init_done_msg); |
| private: |