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 c7593ced762d528ab6cc71f4efbf78d99830d3e2..5da0e575fb2f8c1cfd6e5ac825c7d61109cbe77a 100644 |
--- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h |
+++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h |
@@ -77,14 +77,12 @@ class PPB_VideoDecoder_Impl : public ::ppapi::Resource, |
virtual void NotifyEndOfBitstreamBuffer(int32 buffer_id) OVERRIDE; |
virtual void NotifyResetDone() OVERRIDE; |
- protected: |
- // VideoDecoderImpl implementation. |
- virtual bool Init(PP_Resource context3d_id, |
- ::ppapi::thunk::PPB_Context3D_API* context, |
- const PP_VideoConfigElement* dec_config) OVERRIDE; |
- |
private: |
explicit PPB_VideoDecoder_Impl(PP_Instance instance); |
+ bool Init(PP_Resource context3d_id, |
+ PluginDelegate::PlatformContext3D* context, |
+ gpu::gles2::GLES2Implementation* gles2_impl, |
+ const PP_VideoConfigElement* config); |
// This is NULL before initialization, and if this PPB_VideoDecoder_Impl is |
// swapped with another. |