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

Unified Diff: media/blink/renderer_media_player_interface.h

Issue 2619593002: Avoid overriding methods from both blink and non-blink at once. (Closed)
Patch Set: Created 3 years, 11 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 | media/blink/webmediaplayer_cast_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/renderer_media_player_interface.h
diff --git a/media/blink/renderer_media_player_interface.h b/media/blink/renderer_media_player_interface.h
index 0f1bc34885dc375aa0054c4ce0d0c393a0e41e7d..6202613a3bf041df816e358fb26bbffbc71ce6ed 100644
--- a/media/blink/renderer_media_player_interface.h
+++ b/media/blink/renderer_media_player_interface.h
@@ -61,12 +61,6 @@ class RendererMediaPlayerInterface {
virtual void OnRemoteRouteAvailabilityChanged(
blink::WebRemotePlaybackAvailability availability) = 0;
- // Getters of playback state.
- virtual bool paused() const = 0;
-
- // True if the loaded media has a playable video track.
- virtual bool hasVideo() const = 0;
-
// This function is called by the RendererMediaPlayerManager to pause the
// video and release the media player and surface texture when we switch tabs.
// However, the actual GlTexture is not released to keep the video screenshot.
« no previous file with comments | « no previous file | media/blink/webmediaplayer_cast_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698