Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
index 46874e44037d8d200b4d854c95a642b10d4fa8c8..9a1adbd6fc119886ae01b02f7a782647ec5be359 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
@@ -37,6 +37,7 @@ |
#include "platform/Widget.h" |
#include "public/platform/WebApplicationCacheHost.h" |
#include "public/platform/WebMediaPlayer.h" |
+#include "public/platform/modules/mediasession/WebMediaSession.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerProvider.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h" |
@@ -134,6 +135,11 @@ PassOwnPtr<WebMediaPlayer> EmptyFrameLoaderClient::createWebMediaPlayer(HTMLMedi |
return nullptr; |
} |
+PassOwnPtr<WebMediaSession> EmptyFrameLoaderClient::createWebMediaSession() |
+{ |
+ return nullptr; |
+} |
+ |
void EmptyTextCheckerClient::requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest>) |
{ |
} |