| Index: content/renderer/webcrypto_impl.h
|
| diff --git a/content/renderer/webcrypto_impl.h b/content/renderer/webcrypto_impl.h
|
| index 42081c4f185bd459ef4bd3c1e9a5e76875138f3f..50fb345ce9b0c587644139096bb12906eff8a37c 100644
|
| --- a/content/renderer/webcrypto_impl.h
|
| +++ b/content/renderer/webcrypto_impl.h
|
| @@ -13,8 +13,11 @@ namespace content {
|
|
|
| class WebCryptoImpl : public WebKit::WebCrypto {
|
| public:
|
| - virtual WebKit::WebCryptoOperation* digest(
|
| - const WebKit::WebCryptoAlgorithm& algorithm) OVERRIDE;
|
| + virtual void digest(
|
| + const WebKit::WebCryptoAlgorithm& algorithm,
|
| + const unsigned char* data,
|
| + size_t data_size,
|
| + WebKit::WebCryptoResult result);
|
| };
|
|
|
| } // namespace content
|
|
|