Index: Source/web/WebMediaPlayerClientImpl.cpp |
diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp |
index e5e8987b1e7e95ebafc74659511a9b8db31d4f87..37d09497c1d588fc77953daf521ff31a55bb375e 100644 |
--- a/Source/web/WebMediaPlayerClientImpl.cpp |
+++ b/Source/web/WebMediaPlayerClientImpl.cpp |
@@ -128,6 +128,16 @@ void WebMediaPlayerClientImpl::encrypted(const WebString& initDataType, const un |
HTMLMediaElementEncryptedMedia::encrypted(mediaElement(), initDataType, initData, initDataLength); |
} |
+void WebMediaPlayerClientImpl::waitingForKey() |
+{ |
+ HTMLMediaElementEncryptedMedia::waitingForKey(mediaElement()); |
+} |
+ |
+void WebMediaPlayerClientImpl::noLongerWaitingForKey() |
+{ |
+ HTMLMediaElementEncryptedMedia::noLongerWaitingForKey(mediaElement()); |
+} |
+ |
void WebMediaPlayerClientImpl::setWebLayer(WebLayer* layer) |
{ |
m_client->mediaPlayerSetWebLayer(layer); |