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

Unified Diff: Source/core/html/MediaControllerInterface.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/MediaControllerInterface.h
diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h
index d7f116c128d37e5c11718e71ab52c4793a870e0d..739b0bbd66f890b039f5043aa66de0b4cc923c5b 100644
--- a/Source/core/html/MediaControllerInterface.h
+++ b/Source/core/html/MediaControllerInterface.h
@@ -51,9 +51,6 @@ public:
virtual bool hasAudio() const = 0;
- virtual void beginScrubbing() = 0;
- virtual void endScrubbing() = 0;
-
virtual bool canPlay() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698