| Index: media/blink/webmediaplayer_impl.h
|
| diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
|
| index 6e8de1f8d57f4d5d248ae83d7d624db576367a84..d030018fbcf64d66dab548a433877cdeb2d27f81 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_|.
|
|
|