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

Unified Diff: content/renderer/pepper/ppb_video_decoder_impl.h

Issue 235953002: Merge PlatformVideoDecoder into PPB_VideoDecoder_Impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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: content/renderer/pepper/ppb_video_decoder_impl.h
diff --git a/content/renderer/pepper/ppb_video_decoder_impl.h b/content/renderer/pepper/ppb_video_decoder_impl.h
index ad782f1ea275fe286735e3a274603d863e276bbb..8cbaedbc1c9fe82a00fa882ce97183051da77588 100644
--- a/content/renderer/pepper/ppb_video_decoder_impl.h
+++ b/content/renderer/pepper/ppb_video_decoder_impl.h
@@ -72,9 +72,9 @@ class PPB_VideoDecoder_Impl : public ppapi::PPB_VideoDecoder_Shared,
gpu::gles2::GLES2Implementation* gles2_impl,
PP_VideoDecoder_Profile profile);
- // This is NULL before initialization, and if this PPB_VideoDecoder_Impl is
- // swapped with another.
- scoped_ptr<PlatformVideoDecoder> platform_video_decoder_;
+ // This is NULL before initialization, and after destruction.
+ // Holds a GpuVideoDecodeAcceleratorHost.
+ scoped_ptr<media::VideoDecodeAccelerator> decoder_;
// Reference to the plugin requesting this interface.
const PPP_VideoDecoder_Dev* ppp_videodecoder_;
« no previous file with comments | « content/renderer/media/pepper_platform_video_decoder.cc ('k') | content/renderer/pepper/ppb_video_decoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698