Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
index c0a7c3653aa7e208ad5fcb1916715abbb88efc04..54f3a197b5ab2b6933a76258f5156d18f65e84d0 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
@@ -67,6 +67,7 @@ class WebApplicationCacheHostClient; |
class WebCookieJar; |
class WebMediaPlayer; |
class WebMediaPlayerClient; |
+class WebMediaSession; |
class WebRTCPeerConnectionHandler; |
class WebServiceWorkerProvider; |
class WebSocketHandle; |
@@ -153,6 +154,8 @@ public: |
virtual PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebURL&, WebMediaPlayerClient*) = 0; |
+ virtual PassOwnPtr<WebMediaSession> createWebMediaSession() = 0; |
+ |
virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0; |
virtual void didCreateNewDocument() = 0; |