| Index: content/renderer/media/crypto/encrypted_media_player_support_impl.h
|
| diff --git a/content/renderer/media/crypto/encrypted_media_player_support_impl.h b/content/renderer/media/crypto/encrypted_media_player_support_impl.h
|
| index f0299d84d09f8e0cdd347e0da5728934b92cfc9c..788747f48d245a3e5f662aca6e04d18e6c9b32f1 100644
|
| --- a/content/renderer/media/crypto/encrypted_media_player_support_impl.h
|
| +++ b/content/renderer/media/crypto/encrypted_media_player_support_impl.h
|
| @@ -48,13 +48,14 @@ class EncryptedMediaPlayerSupportImpl
|
| const blink::WebString& key_system,
|
| const blink::WebString& session_id) OVERRIDE;
|
|
|
| + virtual void SetInitialContentDecryptionModule(
|
| + blink::WebContentDecryptionModule* initial_cdm) OVERRIDE;
|
| +
|
| virtual void SetContentDecryptionModule(
|
| blink::WebContentDecryptionModule* cdm) OVERRIDE;
|
| virtual void SetContentDecryptionModule(
|
| blink::WebContentDecryptionModule* cdm,
|
| blink::WebContentDecryptionModuleResult result) OVERRIDE;
|
| - virtual void SetContentDecryptionModuleSync(
|
| - blink::WebContentDecryptionModule* cdm) OVERRIDE;
|
|
|
| virtual media::SetDecryptorReadyCB CreateSetDecryptorReadyCB() OVERRIDE;
|
| virtual media::Demuxer::NeedKeyCB CreateNeedKeyCB() OVERRIDE;
|
|
|