Index: media/filters/decrypting_video_decoder.h |
diff --git a/media/filters/decrypting_video_decoder.h b/media/filters/decrypting_video_decoder.h |
index 8e40502cb13f83541708a637e06846bdf4f4c9e9..a2a952844d95225a50ed1cb7c04f8ca728149ce6 100644 |
--- a/media/filters/decrypting_video_decoder.h |
+++ b/media/filters/decrypting_video_decoder.h |
@@ -28,7 +28,8 @@ class MEDIA_EXPORT DecryptingVideoDecoder : public VideoDecoder { |
public: |
DecryptingVideoDecoder( |
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner, |
- const SetDecryptorReadyCB& set_decryptor_ready_cb); |
+ const SetDecryptorReadyCB& set_decryptor_ready_cb, |
+ const base::Closure& waiting_for_decryption_key_cb); |
~DecryptingVideoDecoder() override; |
// VideoDecoder implementation. |
@@ -88,6 +89,7 @@ class MEDIA_EXPORT DecryptingVideoDecoder : public VideoDecoder { |
OutputCB output_cb_; |
DecodeCB decode_cb_; |
base::Closure reset_cb_; |
+ base::Closure waiting_for_decryption_key_cb_; |
VideoDecoderConfig config_; |