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

Unified Diff: media/blink/renderer_media_player_interface.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « media/base/video_frame_unittest.cc ('k') | media/blink/resource_multibuffer_data_provider.cc » ('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 28efbca2f5b9fad1ca9bc58a9cd2aa34c3db7d99..d3af5fad043c4453f1f0914e03714eb8d56c7838 100644
--- a/media/blink/renderer_media_player_interface.h
+++ b/media/blink/renderer_media_player_interface.h
@@ -49,6 +49,7 @@ class RendererMediaPlayerInterface {
virtual void OnConnectedToRemoteDevice(
const std::string& remote_playback_message) = 0;
virtual void OnDisconnectedFromRemoteDevice() = 0;
+ virtual void OnRemotePlaybackStarted() = 0;
virtual void OnCancelledRemotePlaybackRequest() = 0;
virtual void OnDidExitFullscreen() = 0;
virtual void OnMediaPlayerPlay() = 0;
« no previous file with comments | « media/base/video_frame_unittest.cc ('k') | media/blink/resource_multibuffer_data_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698