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

Unified Diff: ppapi/shared_impl/video_decoder_impl.h

Issue 7608033: Move the refcounting from the proxy/impl resource object to the shared resource object base class. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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
« no previous file with comments | « ppapi/shared_impl/resource_object_base.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/video_decoder_impl.h
diff --git a/ppapi/shared_impl/video_decoder_impl.h b/ppapi/shared_impl/video_decoder_impl.h
index cc0da6daed8f479fe79b91de389fcb21a7d79a55..b874bba7135e991985286a7ea7e59e25d3ccdae0 100644
--- a/ppapi/shared_impl/video_decoder_impl.h
+++ b/ppapi/shared_impl/video_decoder_impl.h
@@ -30,15 +30,11 @@ namespace ppapi {
// Implements the logic to set and run callbacks for various video decoder
// events. Both the proxy and the renderer implementation share this code.
-class VideoDecoderImpl : public ResourceObjectBase,
- public thunk::PPB_VideoDecoder_API {
+class VideoDecoderImpl : public thunk::PPB_VideoDecoder_API {
public:
VideoDecoderImpl();
virtual ~VideoDecoderImpl();
- // ResourceObjectBase implementation.
- virtual PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
-
// PPB_VideoDecoder_API implementation.
virtual void Destroy() OVERRIDE;
« no previous file with comments | « ppapi/shared_impl/resource_object_base.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698