| Index: Source/web/WebMediaPlayerClientImpl.h
|
| diff --git a/Source/web/WebMediaPlayerClientImpl.h b/Source/web/WebMediaPlayerClientImpl.h
|
| index 51cda0db29b767defcf7817b3e769600a4fc0f65..6024d80e237b4bb47f38996f00533220059032b9 100644
|
| --- a/Source/web/WebMediaPlayerClientImpl.h
|
| +++ b/Source/web/WebMediaPlayerClientImpl.h
|
| @@ -97,14 +97,9 @@ public:
|
| virtual void play() OVERRIDE;
|
| virtual void pause() OVERRIDE;
|
| virtual bool supportsSave() const OVERRIDE;
|
| - virtual double duration() const OVERRIDE;
|
| - virtual double currentTime() const OVERRIDE;
|
| - virtual void seek(double time) OVERRIDE;
|
| - virtual bool seeking() const OVERRIDE;
|
| virtual double rate() const OVERRIDE;
|
| virtual void setRate(double) OVERRIDE;
|
| virtual bool paused() const OVERRIDE;
|
| - virtual void setPoster(const WebCore::KURL&) OVERRIDE;
|
| virtual WebCore::MediaPlayer::NetworkState networkState() const OVERRIDE;
|
| virtual WebCore::MediaPlayer::ReadyState readyState() const OVERRIDE;
|
| virtual double maxTimeSeekable() const OVERRIDE;
|
|
|