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 e46f8c31ca22d7565682851f1959924e625e7a72..7b29eff08683910b04203321bdbf567a09b3f724 100644 |
--- a/webkit/media/crypto/ppapi/cdm_video_decoder.h |
+++ b/webkit/media/crypto/ppapi/cdm_video_decoder.h |
@@ -36,8 +36,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 |