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

Unified Diff: public/platform/WebMediaPlayer.h

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reenable previously crashing tests - now fixed Created 6 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
« no previous file with comments | « public/platform/WebLocalizedString.h ('k') | public/platform/WebMediaPlayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayer.h
diff --git a/public/platform/WebMediaPlayer.h b/public/platform/WebMediaPlayer.h
index cf9c7415d7c08aec7b0852135d8aeaefe6c3a673..f540317a77353e86e35ae89ef20fb22a4f0020bb 100644
--- a/public/platform/WebMediaPlayer.h
+++ b/public/platform/WebMediaPlayer.h
@@ -109,6 +109,8 @@ public:
virtual void seek(double seconds) = 0;
virtual void setRate(double) = 0;
virtual void setVolume(double) = 0;
+ virtual void requestRemotePlayback() { };
+ virtual void requestRemotePlaybackControl() { };
virtual void setPreload(Preload) { };
virtual WebTimeRanges buffered() const = 0;
virtual double maxTimeSeekable() const = 0;
« no previous file with comments | « public/platform/WebLocalizedString.h ('k') | public/platform/WebMediaPlayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698