Chromium Code Reviews| 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..35c30efdf457f9ab0d84f50cbc2c67995e2ab53c 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(xhwang): Hook up "type". |
|
ddorwin
2012/10/27 00:08:26
Are you or Tom landing first? :)
xhwang
2012/10/27 00:50:14
Not sure. Updated comment in case my CL lands firs
|
| 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; |