| 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 5f8063cd19c9713c60bdca3c97c8c8d6004e83fe..e17d22b88fbea56756cf9dc2c2e329ac4f16ce27 100644
|
| --- a/ppapi/thunk/ppb_video_decoder_api.h
|
| +++ b/ppapi/thunk/ppb_video_decoder_api.h
|
| @@ -14,9 +14,6 @@ class PPB_VideoDecoder_API {
|
| public:
|
| virtual ~PPB_VideoDecoder_API() {}
|
|
|
| - virtual int32_t Initialize(PP_Resource context_id,
|
| - const PP_VideoConfigElement* decoder_config,
|
| - PP_CompletionCallback callback) = 0;
|
| virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer,
|
| PP_CompletionCallback callback) = 0;
|
| virtual void AssignPictureBuffers(uint32_t no_of_buffers,
|
|
|