| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.h b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| index b6193e73e4f44a6b42ef8902ed2bd0707dc0631c..24e8000cf853259b463349c2ab9b5e3f8f1c766a 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| @@ -46,8 +46,7 @@ class PPB_VideoDecoder_Impl : public Resource,
|
|
|
| // PPB_VideoDecoder_API implementation.
|
| virtual int32_t Initialize(PP_Resource context_id,
|
| - const PP_VideoConfigElement* dec_config,
|
| - PP_CompletionCallback callback) OVERRIDE;
|
| + const PP_VideoConfigElement* dec_config) OVERRIDE;
|
| virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer,
|
| PP_CompletionCallback callback) OVERRIDE;
|
| virtual void AssignPictureBuffers(
|
| @@ -89,7 +88,6 @@ class PPB_VideoDecoder_Impl : public Resource,
|
| // for reference counting to keep it alive for the lifetime of |*this|.
|
| PP_Resource context3d_id_;
|
|
|
| - PP_CompletionCallback initialization_callback_;
|
| PP_CompletionCallback flush_callback_;
|
| PP_CompletionCallback reset_callback_;
|
| CallbackById bitstream_buffer_callbacks_;
|
|
|