| Index: content/renderer/media/pepper_platform_video_decoder_impl.h
|
| diff --git a/content/renderer/media/pepper_platform_video_decoder_impl.h b/content/renderer/media/pepper_platform_video_decoder_impl.h
|
| index 2927277a9b033b447b1eaa9d4334da222d6c4cdf..14af0a1750b7284c66285bc05e997044e437b93b 100644
|
| --- a/content/renderer/media/pepper_platform_video_decoder_impl.h
|
| +++ b/content/renderer/media/pepper_platform_video_decoder_impl.h
|
| @@ -21,7 +21,9 @@ class PlatformVideoDecoderImpl
|
| int32 command_buffer_route_id);
|
|
|
| // PlatformVideoDecoder (a.k.a. VideoDecodeAccelerator) implementation.
|
| - virtual bool Initialize(media::VideoCodecProfile profile) OVERRIDE;
|
| + virtual bool Initialize(media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data) OVERRIDE;
|
| virtual void Decode(
|
| const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
|
| virtual void AssignPictureBuffers(
|
|
|