| Index: content/renderer/pepper_platform_video_decoder_impl.h
|
| diff --git a/content/renderer/pepper_platform_video_decoder_impl.h b/content/renderer/pepper_platform_video_decoder_impl.h
|
| index d90d35244bc88dbc3efc5a1f1259d4786fbadd2b..2771756be8389000eb90c48eba6830ed36a5f61a 100644
|
| --- a/content/renderer/pepper_platform_video_decoder_impl.h
|
| +++ b/content/renderer/pepper_platform_video_decoder_impl.h
|
| @@ -26,7 +26,7 @@ class PlatformVideoDecoderImpl
|
| const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
|
| virtual void AssignPictureBuffers(
|
| const std::vector<media::PictureBuffer>& buffers) OVERRIDE;
|
| - virtual void ReusePictureBuffer(int32 picture_buffer_id);
|
| + virtual void ReusePictureBuffer(int32 picture_buffer_id) OVERRIDE;
|
| virtual void Flush() OVERRIDE;
|
| virtual void Reset() OVERRIDE;
|
| virtual void Destroy() OVERRIDE;
|
|
|