| Index: media/blink/webmediaplayer_impl.h
|
| diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
|
| index 596df9e766a568b9035e0f83cce4e5e93ceaefc2..466b566827f3fdbcba8b34bc153616cbcc9d8e8c 100644
|
| --- a/media/blink/webmediaplayer_impl.h
|
| +++ b/media/blink/webmediaplayer_impl.h
|
| @@ -209,6 +209,10 @@ class MEDIA_EXPORT WebMediaPlayerImpl
|
| // compositor can return the frame.
|
| scoped_refptr<VideoFrame> GetCurrentFrameFromCompositor();
|
|
|
| + // Called when the demuxer encounters encrypted streams.
|
| + void OnNeedKey(const std::string& init_data_type,
|
| + const std::vector<uint8>& init_data);
|
| +
|
| void SetCdm(CdmContext* cdm_context, const CdmAttachedCB& cdm_attached_cb);
|
|
|
| // Called when a CDM has been attached to the |pipeline_|.
|
|
|