| Index: Source/web/WebMediaPlayerClientImpl.cpp
|
| diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp
|
| index e5e8987b1e7e95ebafc74659511a9b8db31d4f87..c44de0e1f9d8fff48defb9eed8ec88dc53edbacb 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::playbackResumedAfterKey()
|
| +{
|
| + HTMLMediaElementEncryptedMedia::playbackResumedAfterKey(mediaElement());
|
| +}
|
| +
|
| void WebMediaPlayerClientImpl::setWebLayer(WebLayer* layer)
|
| {
|
| m_client->mediaPlayerSetWebLayer(layer);
|
|
|