summaryrefslogtreecommitdiffstats
path: root/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h')
-rw-r--r--webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h b/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
index d10ce4c..266b4ad 100644
--- a/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
+++ b/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
@@ -29,7 +29,7 @@ namespace webkit_media {
// solution for this. See http://crbug.com/169203
class FFmpegCdmAudioDecoder {
public:
- explicit FFmpegCdmAudioDecoder(cdm::Allocator* allocator);
+ explicit FFmpegCdmAudioDecoder(cdm::Host* host);
~FFmpegCdmAudioDecoder();
bool Initialize(const cdm::AudioDecoderConfig& config);
void Deinitialize();
@@ -60,7 +60,7 @@ class FFmpegCdmAudioDecoder {
bool is_initialized_;
- cdm::Allocator* const allocator_;
+ cdm::Host* const host_;
// FFmpeg structures owned by this object.
AVCodecContext* codec_context_;