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

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

Issue 2820633003: Media Controls: move simple buttons 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlElements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1fe48e7b9fbb0c346065fe257cab5d50938e623f..8fecb61d8e841b056e8d6b737691fec0b360dde7 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -77,12 +77,6 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
virtual void BeginScrubbing() = 0;
virtual void EndScrubbing() = 0;
virtual void UpdateCurrentTimeDisplay() = 0;
- virtual void ToggleTextTrackList() = 0;
- virtual void ShowTextTrackAtIndex(unsigned) = 0;
- virtual void DisableShowingTextTracks() = 0;
- virtual void EnterFullscreen() = 0;
- virtual void ExitFullscreen() = 0;
- virtual void ToggleOverflowMenu() = 0;
virtual bool OverflowMenuVisible() = 0;
virtual void OnMediaControlsEnabledChange() = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698