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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayerClient.h

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Rebased. 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 | « third_party/WebKit/public/platform/WebLocalizedString.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaPlayerClient.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayerClient.h b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
index 301fad6740c77972017863e4e974b45da68230cd..35d5db595f05ce6b68c8e0a8271674ad943ba7f4 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayerClient.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
@@ -116,6 +116,10 @@ class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
// Returns the selected video track id (or an empty id if there's none).
virtual WebMediaPlayer::TrackId GetSelectedVideoTrackId() = 0;
+ // Informs that media starts/stops being rendered and played back remotely.
+ virtual void MediaRemotingStarted() {}
+ virtual void MediaRemotingStopped() {}
+
protected:
~WebMediaPlayerClient() {}
};
« no previous file with comments | « third_party/WebKit/public/platform/WebLocalizedString.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698