diff options
Diffstat (limited to 'webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h')
-rw-r--r-- | webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h b/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h index 6155eed..a551954 100644 --- a/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h +++ b/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h @@ -17,7 +17,7 @@ namespace webkit_media { class FFmpegCdmVideoDecoder : public CdmVideoDecoder { public: - explicit FFmpegCdmVideoDecoder(cdm::Allocator* allocator); + explicit FFmpegCdmVideoDecoder(cdm::Host* host); virtual ~FFmpegCdmVideoDecoder(); // CdmVideoDecoder implementation. @@ -48,7 +48,7 @@ class FFmpegCdmVideoDecoder : public CdmVideoDecoder { bool is_initialized_; - cdm::Allocator* const allocator_; + cdm::Host* const host_; DISALLOW_COPY_AND_ASSIGN(FFmpegCdmVideoDecoder); }; |