| Index: Source/web/WebMediaPlayerClientImpl.cpp
|
| diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp
|
| index e09e4198d026f10ed997e573e91abc0529ccd985..b83f40dd4511fbde071eba62ad86da98f79117b8 100644
|
| --- a/Source/web/WebMediaPlayerClientImpl.cpp
|
| +++ b/Source/web/WebMediaPlayerClientImpl.cpp
|
| @@ -89,6 +89,11 @@ void WebMediaPlayerClientImpl::timeChanged()
|
| m_client->mediaPlayerTimeChanged();
|
| }
|
|
|
| +void WebMediaPlayerClientImpl::mediaEnded()
|
| +{
|
| + m_client->mediaPlayerEnded();
|
| +}
|
| +
|
| void WebMediaPlayerClientImpl::repaint()
|
| {
|
| m_client->mediaPlayerRepaint();
|
|
|