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

Unified Diff: ppapi/proxy/ppb_video_decoder_proxy.cc

Issue 8849003: Rename the shared_impl resource files to give them more regular names. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/proxy/ppb_video_decoder_proxy.h ('k') | ppapi/proxy/ppp_input_event_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_video_decoder_proxy.cc
===================================================================
--- ppapi/proxy/ppb_video_decoder_proxy.cc (revision 113419)
+++ ppapi/proxy/ppb_video_decoder_proxy.cc (working copy)
@@ -23,7 +23,7 @@
namespace ppapi {
namespace proxy {
-class VideoDecoder : public Resource, public VideoDecoderImpl {
+class VideoDecoder : public Resource, public PPB_VideoDecoder_Shared {
public:
// You must call Init() before using this class.
explicit VideoDecoder(const HostResource& resource);
@@ -132,7 +132,7 @@
FlushCommandBuffer();
GetDispatcher()->Send(new PpapiHostMsg_PPBVideoDecoder_Destroy(
API_ID_PPB_VIDEO_DECODER_DEV, host_resource()));
- VideoDecoderImpl::Destroy();
+ PPB_VideoDecoder_Shared::Destroy();
}
PluginDispatcher* VideoDecoder::GetDispatcher() const {
« no previous file with comments | « ppapi/proxy/ppb_video_decoder_proxy.h ('k') | ppapi/proxy/ppp_input_event_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698