Chromium Code Reviews| Index: content/renderer/renderer_blink_platform_impl.h |
| diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
| index 86264e1a67e2a7248a13ab7a930c7761cf928795..f4a70df0631565dac6dfbd08bfb7bf6cf29846d7 100644 |
| --- a/content/renderer/renderer_blink_platform_impl.h |
| +++ b/content/renderer/renderer_blink_platform_impl.h |
| @@ -76,6 +76,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
| virtual bool isLinkVisited(unsigned long long linkHash); |
| virtual void createMessageChannel(blink::WebMessagePortChannel** channel1, |
| blink::WebMessagePortChannel** channel2); |
| + virtual blink::WebMediaSession* createMediaSession(); |
|
whywhat
2015/07/30 14:31:22
As I understand, hanging media session from BlinkP
philipj_slow
2015/07/30 14:47:04
Even though Blink-created MediaSessions won't have
mlamouri (slow - plz ping)
2015/08/05 15:50:16
As Anton pointed, RenderBlinkPlatformImpl isn't th
|
| virtual blink::WebPrescientNetworking* prescientNetworking(); |
| virtual void cacheMetadata(const blink::WebURL&, int64, const char*, size_t); |
| virtual blink::WebString defaultLocale(); |