| Index: Source/web/WebMediaPlayerClientImpl.cpp
|
| diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp
|
| index 96112c34378b35bf8f15e864a853eb14f9ebf967..a84b835f79a5c64673194dd6f4f53999c4b01a96 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();
|
|
|