| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index 58daa0eb8c6b5a3d121bc52e93770e5a5822539f..740d0ce3dd6b9eefa2f3c76e4a07b5fae35e39a8 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -83,7 +83,7 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| // Note: Initialize() and Destroy() are synchronous.
|
| - bool Initialize(media::VideoCodecProfile profile,
|
| + bool Initialize(const media::VideoDecodeAccelerator::InitParams& params,
|
| Client* client) override;
|
| void Decode(const media::BitstreamBuffer& bitstream_buffer) override;
|
| void AssignPictureBuffers(
|
|
|