Index: webkit/media/crypto/ppapi_decryptor.h |
diff --git a/webkit/media/crypto/ppapi_decryptor.h b/webkit/media/crypto/ppapi_decryptor.h |
index 841bb30b44821d37bf4d647c5999d109985a27e8..33264816c8f8fc3015ef5f75389ab94c08af1613 100644 |
--- a/webkit/media/crypto/ppapi_decryptor.h |
+++ b/webkit/media/crypto/ppapi_decryptor.h |
@@ -37,7 +37,7 @@ class PpapiDecryptor : public media::Decryptor { |
virtual ~PpapiDecryptor(); |
// media::Decryptor implementation. |
- virtual void GenerateKeyRequest(const std::string& key_system, |
+ virtual bool GenerateKeyRequest(const std::string& key_system, |
const uint8* init_data, |
int init_data_length) OVERRIDE; |
virtual void AddKey(const std::string& key_system, |