| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index df5b8bf3d60998cc3f4f5c2b9b1b59d874a860c5..e1cfb30dcb5294bcee09c9d670212632c3a41b7b 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -157,9 +157,6 @@ public:
|
| virtual bool muted() const OVERRIDE FINAL;
|
| virtual void setMuted(bool) OVERRIDE FINAL;
|
|
|
| - virtual void beginScrubbing() OVERRIDE FINAL;
|
| - virtual void endScrubbing() OVERRIDE FINAL;
|
| -
|
| virtual bool canPlay() const OVERRIDE FINAL;
|
|
|
| PassRefPtr<TextTrack> addTextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, ExceptionState&);
|
|
|