Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: webkit/plugins/ppapi/ppb_video_decoder_impl.h

Issue 7629017: Add a unified resource tracker shared between the proxy and the impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 09f638e073bd579625e16f48d484eb0f16e1f424..7f0848de8fb412a6b18a27daf3caadc846496d5a 100644
--- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h
+++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
@@ -53,7 +53,7 @@ class PPB_VideoDecoder_Impl : public Resource,
PP_Resource context3d_id,
const PP_VideoConfigElement* config);
- // ResourceObjectBase overrides.
+ // Resource overrides.
virtual PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
// PPB_VideoDecoder_API implementation.
@@ -84,8 +84,6 @@ class PPB_VideoDecoder_Impl : public Resource,
virtual bool Init(PP_Resource context3d_id,
::ppapi::thunk::PPB_Context3D_API* context,
const PP_VideoConfigElement* dec_config) OVERRIDE;
- virtual void AddRefResource(PP_Resource resource) OVERRIDE;
- virtual void UnrefResource(PP_Resource resource) OVERRIDE;
private:
explicit PPB_VideoDecoder_Impl(PluginInstance* instance);

Powered by Google App Engine
This is Rietveld 408576698