Index: webkit/media/crypto/ppapi/cdm_video_decoder.h |
diff --git a/webkit/media/crypto/ppapi/cdm_video_decoder.h b/webkit/media/crypto/ppapi/cdm_video_decoder.h |
index aec1f610f7362144c41afb5f8802573933e4fec6..ef1b9b297487f6f208d802596a5f42760a5dd91f 100644 |
--- a/webkit/media/crypto/ppapi/cdm_video_decoder.h |
+++ b/webkit/media/crypto/ppapi/cdm_video_decoder.h |
@@ -33,8 +33,7 @@ class CdmVideoDecoder { |
// |config.codec|. Returns a scoped_ptr containing a non-null initialized |
// CdmVideoDecoder* upon success. |
scoped_ptr<CdmVideoDecoder> CreateVideoDecoder( |
- cdm::Allocator* allocator, |
- const cdm::VideoDecoderConfig& config); |
+ cdm::Host* host, const cdm::VideoDecoderConfig& config); |
} // namespace webkit_media |