| Index: content/common/gpu/media/omx_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/omx_video_decode_accelerator.h b/content/common/gpu/media/omx_video_decode_accelerator.h
|
| index 6fa4907d4cf45202b7aee1a0ef45b23edacbf7ed..a3b0b8478a41887fd9f6d0f2e8d1e3051546ba48 100644
|
| --- a/content/common/gpu/media/omx_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/omx_video_decode_accelerator.h
|
| @@ -42,7 +42,9 @@ class OmxVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
|
| OmxVideoDecodeAccelerator(media::VideoDecodeAccelerator::Client* client);
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| - bool Initialize(media::VideoCodecProfile profile) OVERRIDE;
|
| + bool Initialize(media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data) OVERRIDE;
|
| void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
|
| virtual void AssignPictureBuffers(
|
| const std::vector<media::PictureBuffer>& buffers) OVERRIDE;
|
|
|