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

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

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Created 4 years, 3 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/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index bb0998f9c9cb376e13f37ffa9e76391449b1583a..66b066566d5e2037ded74c5792c5cdf010d4ac2d 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -197,6 +197,10 @@ public:
virtual void enteredFullscreen() { }
virtual void exitedFullscreen() { }
+ // These are called when any ancestor enters/exits full screen.
+ virtual void ancestorEnteredFullscreen() {}
+ virtual void ancestorExitedFullscreen() {}
xhwang 2016/10/01 07:12:15 See my previous comment on this. What if there are
xjz 2016/10/03 22:31:09 Only one video element can start remoting successf
xhwang 2016/10/04 06:30:29 Could you put this comment somewhere in the code?
xjz 2016/10/04 19:21:28 Done.
+
virtual void enabledAudioTracksChanged(const WebVector<TrackId>& enabledTrackIds) { }
// |selectedTrackId| is null if no track is selected.
virtual void selectedVideoTrackChanged(TrackId* selectedTrackId) { }

Powered by Google App Engine
This is Rietveld 408576698