| 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 e1d426129a7007bd8c451a8dcfb772c429e5bca6..624f04f039a0bb529381501c3195bfa680bf6785 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<uint32>& configs,
|
| + void Initialize(const std::vector<int32>& configs,
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
|
|