| 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..f03b58f93abbcf95b6ebd00af189edd8087fc674 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -45,7 +45,7 @@ class GpuVideoDecodeAccelerator
|
|
|
| // Initialize the accelerator with the given configuration and send the
|
| // |init_done_msg| when done.
|
| - void Initialize(const std::vector<int32>& configs,
|
| + void Initialize(const media::VideoDecodeAccelerator::Config& config,
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
|
|