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

Unified Diff: webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.h

Issue 12212079: Update Cdm Wrapper and ClearKeyCdm to work with CDM interface version 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/media/crypto/ppapi/libvpx_cdm_video_decoder.h
diff --git a/webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.h b/webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.h
index 7a666d532668891973cba3a0a272d86d73dbc238..f9d847032aa3923eb93b6f060c63be3323afb553 100644
--- a/webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.h
+++ b/webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.h
@@ -17,7 +17,7 @@ namespace webkit_media {
class LibvpxCdmVideoDecoder : public CdmVideoDecoder {
public:
- explicit LibvpxCdmVideoDecoder(cdm::Allocator* allocator);
+ explicit LibvpxCdmVideoDecoder(cdm::Host* host);
virtual ~LibvpxCdmVideoDecoder();
// CdmVideoDecoder implementation.
@@ -42,7 +42,7 @@ class LibvpxCdmVideoDecoder : public CdmVideoDecoder {
bool is_initialized_;
- cdm::Allocator* const allocator_;
+ cdm::Host* const host_;
vpx_codec_ctx* vpx_codec_;
vpx_image* vpx_image_;
« no previous file with comments | « webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.cc ('k') | webkit/media/crypto/ppapi/libvpx_cdm_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698