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

Unified Diff: Source/core/html/MediaController.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/MediaController.h
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
index 1505b2d258759ffa4e70fe68849e8f5b598f7273..ec4f42f2adf71bf774f2b00305e73df46ab19581 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -86,9 +86,6 @@ public:
virtual bool hasAudio() const OVERRIDE;
- virtual void beginScrubbing() OVERRIDE;
- virtual void endScrubbing() OVERRIDE;
-
virtual bool canPlay() const OVERRIDE;
bool isBlocked() const;

Powered by Google App Engine
This is Rietveld 408576698