| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 1cb519c221f8fb1c211ab8cec2cd5bfca64ec7af..2de4b69f30e29a0a5bca410fed7ae5bd4e98902c 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -377,6 +377,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| blink::WebMediaPlayerClient* client,
|
| blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
|
| blink::WebContentDecryptionModule* initial_cdm);
|
| + blink::WebMediaSession* createMediaSession(
|
| + blink::WebLocalFrame* frame) override;
|
| virtual blink::WebApplicationCacheHost* createApplicationCacheHost(
|
| blink::WebLocalFrame* frame,
|
| blink::WebApplicationCacheHostClient* client);
|
| @@ -840,6 +842,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
|
|
| bool AreSecureCodecsSupported();
|
|
|
| + blink::WebMediaSession* CreateAndroidWebMediaSession();
|
| +
|
| media::MediaPermission* GetMediaPermission();
|
|
|
| #if defined(ENABLE_MOJO_MEDIA)
|
|
|