| 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 5acceaac9a4229501968b9b426b7ec463cab1bf1..1a132d2864b415128d205533e31630a6e6c78292 100644
|
| --- a/ppapi/thunk/ppb_video_decoder_api.h
|
| +++ b/ppapi/thunk/ppb_video_decoder_api.h
|
| @@ -23,9 +23,14 @@ class PPAPI_THUNK_EXPORT PPB_VideoDecoder_API {
|
| PP_VideoProfile profile,
|
| PP_Bool allow_software_fallback,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
| + virtual int32_t Initialize0_2(PP_Resource graphics3d_context,
|
| + PP_VideoProfile profile,
|
| + PP_HardwareAcceleration acceleration,
|
| + scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual int32_t Initialize(PP_Resource graphics3d_context,
|
| PP_VideoProfile profile,
|
| PP_HardwareAcceleration acceleration,
|
| + uint32_t min_picture_count,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
| virtual int32_t Decode(uint32_t decode_id,
|
| uint32_t size,
|
|
|