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

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

Issue 2811703002: Move a few media controls elements into modules/media_controls/elements/. (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 7786d95611f82833e6938875e67772b2a4a338bc..4277609080a6860a961532af574b77a380e1ef65 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -82,7 +82,6 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
virtual void DisableShowingTextTracks() = 0;
virtual void EnterFullscreen() = 0;
virtual void ExitFullscreen() = 0;
- virtual void ShowOverlayCastButtonIfNeeded() = 0;
virtual void ToggleOverflowMenu() = 0;
virtual bool OverflowMenuVisible() = 0;
virtual void OnMediaControlsEnabledChange() = 0;

Powered by Google App Engine
This is Rietveld 408576698