| Index: ppapi/thunk/ppb_video_decoder_api.h
|
| diff --git a/ppapi/thunk/ppb_video_decoder_api.h b/ppapi/thunk/ppb_video_decoder_api.h
|
| index 40bd99cc6bd81f38b6849fc2b7d7cfcfe329f4c4..5acceaac9a4229501968b9b426b7ec463cab1bf1 100644
|
| --- a/ppapi/thunk/ppb_video_decoder_api.h
|
| +++ b/ppapi/thunk/ppb_video_decoder_api.h
|
| @@ -31,6 +31,8 @@ class PPAPI_THUNK_EXPORT PPB_VideoDecoder_API {
|
| uint32_t size,
|
| const void* buffer,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
| + virtual int32_t GetPicture0_1(PP_VideoPicture_0_1* picture,
|
| + scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual int32_t GetPicture(PP_VideoPicture* picture,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual void RecyclePicture(const PP_VideoPicture* picture) = 0;
|
|
|