Index: webkit/media/crypto/proxy_decryptor.h |
diff --git a/webkit/media/crypto/proxy_decryptor.h b/webkit/media/crypto/proxy_decryptor.h |
index cc590cc3b81a5bb29bdf5ebb5c2052f4ab278784..4d42ea993127197192870ec4fae0408e3aa6ec54 100644 |
--- a/webkit/media/crypto/proxy_decryptor.h |
+++ b/webkit/media/crypto/proxy_decryptor.h |
@@ -43,7 +43,7 @@ class ProxyDecryptor : public media::Decryptor { |
} |
// 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, |