| 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 48b3c45c6e0957883f364eb35f7892f8cc5209c8..e9cfc4d37841a06ed21b6288f8e2a97e241d0711 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -172,6 +172,11 @@ std::unique_ptr<WebMediaPlayer> EmptyFrameLoaderClient::createWebMediaPlayer(
|
| return nullptr;
|
| }
|
|
|
| +WebRemotePlaybackClient* EmptyFrameLoaderClient::createWebRemotePlaybackClient(
|
| + HTMLMediaElement&) {
|
| + return nullptr;
|
| +}
|
| +
|
| void EmptyTextCheckerClient::requestCheckingOfString(TextCheckingRequest*) {}
|
|
|
| void EmptyTextCheckerClient::cancelAllPendingRequests() {}
|
|
|