| Index: webkit/media/crypto/ppapi/clear_key_cdm.h
|
| diff --git a/webkit/media/crypto/ppapi/clear_key_cdm.h b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| index 95c188fe051677bcf2f4aed7ae54b8f6bcd8bfa6..9f08678a3514738db0782cf323584317e4bf141a 100644
|
| --- a/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| +++ b/webkit/media/crypto/ppapi/clear_key_cdm.h
|
| @@ -45,6 +45,7 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| virtual ~ClearKeyCdm();
|
|
|
| // ContentDecryptionModule implementation.
|
| + // TODO(tomfinegan): Update ContentDecryptionModule to pass "type" through.
|
| virtual cdm::Status GenerateKeyRequest(
|
| const uint8_t* init_data,
|
| int init_data_size,
|
| @@ -109,6 +110,7 @@ class ClearKeyCdm : public cdm::ContentDecryptionModule {
|
| const std::string& default_url) OVERRIDE;
|
| virtual void NeedKey(const std::string& key_system,
|
| const std::string& session_id,
|
| + const std::string& type,
|
| scoped_array<uint8> init_data,
|
| int init_data_length) OVERRIDE;
|
|
|
|
|