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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaControls.h

Issue 2820343002: Media Controls: move timeline related code to modules. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/html/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index 8fecb61d8e841b056e8d6b737691fec0b360dde7..8d5600c91156ef1ed213bd232ff3a829968d784e 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -74,10 +74,6 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
// to modules.
virtual HTMLDivElement* PanelElement() = 0;
virtual Document& OwnerDocument() = 0;
- virtual void BeginScrubbing() = 0;
- virtual void EndScrubbing() = 0;
- virtual void UpdateCurrentTimeDisplay() = 0;
- virtual bool OverflowMenuVisible() = 0;
virtual void OnMediaControlsEnabledChange() = 0;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698