| 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..58fc6f4badd199abd32588da736cd556c6fb688b 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -83,8 +83,7 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| // Note: Initialize() and Destroy() are synchronous.
|
| - bool Initialize(media::VideoCodecProfile profile,
|
| - Client* client) override;
|
| + bool Initialize(const Config& config, Client* client) override;
|
| void Decode(const media::BitstreamBuffer& bitstream_buffer) override;
|
| void AssignPictureBuffers(
|
| const std::vector<media::PictureBuffer>& buffers) override;
|
|
|