Index: media/blink/webmediaplayer_impl.h |
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
index acfdf97aaf6c4b0726f32a2000bef9658f1a12bb..0dc60db1e56789d32cbeb217c987ee43a8c471b8 100644 |
--- a/media/blink/webmediaplayer_impl.h |
+++ b/media/blink/webmediaplayer_impl.h |
@@ -212,6 +212,10 @@ class MEDIA_EXPORT WebMediaPlayerImpl |
void OnEncryptedMediaInitData(const std::string& init_data_type, |
const std::vector<uint8>& init_data); |
+ // Called when a decoder detects that the key needed to decrypt the stream |
+ // is not available. |
+ void OnWaitingForDecryptionKey(); |
+ |
void SetCdm(CdmContext* cdm_context, const CdmAttachedCB& cdm_attached_cb); |
// Called when a CDM has been attached to the |pipeline_|. |