Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 204803002: Make scrubbing a MediaControls-internal concept (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698