| 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 624f04f039a0bb529381501c3195bfa680bf6785..f065cff16c0fd0020267e4cf90ef381ec6c26d7d 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -43,9 +43,9 @@ class GpuVideoDecodeAccelerator
|
| // Function to delegate sending to actual sender.
|
| virtual bool Send(IPC::Message* message);
|
|
|
| - // Initialize the accelerator with the given configuration and send the
|
| + // Initialize the accelerator with the given profile and send the
|
| // |init_done_msg| when done.
|
| - void Initialize(const std::vector<int32>& configs,
|
| + void Initialize(const media::VideoDecodeAccelerator::Profile profile,
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
|
|