Index: Source/web/WebMediaPlayerClientImpl.h |
diff --git a/Source/web/WebMediaPlayerClientImpl.h b/Source/web/WebMediaPlayerClientImpl.h |
index 0c2784b8b29b40c1600ef2f2af4004396e962852..96e0f46f8012616d9e69b66b43b01227d15bda70 100644 |
--- a/Source/web/WebMediaPlayerClientImpl.h |
+++ b/Source/web/WebMediaPlayerClientImpl.h |
@@ -98,11 +98,6 @@ public: |
// MediaPlayer methods: |
virtual WebMediaPlayer* webMediaPlayer() const OVERRIDE; |
virtual void load(WebMediaPlayer::LoadType, const WTF::String& url, WebMediaPlayer::CORSMode) OVERRIDE; |
- virtual double duration() const OVERRIDE; |
- virtual double currentTime() const OVERRIDE; |
- virtual void seek(double time) OVERRIDE; |
- virtual bool seeking() const OVERRIDE; |
- virtual void setPoster(const WebCore::KURL&) OVERRIDE; |
virtual WebCore::MediaPlayer::NetworkState networkState() const OVERRIDE; |
virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&) OVERRIDE; |
virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) OVERRIDE; |