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

Unified Diff: media/blink/webmediaplayer_cast_android.h

Issue 1987373003: Implement setPoster for WMPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: declare WebURL Created 4 years, 7 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_cast_android.h
diff --git a/media/blink/webmediaplayer_cast_android.h b/media/blink/webmediaplayer_cast_android.h
index 726e90df68a2c621dc02afd24e779355dcf16451..96853a0301332992b8e253178291af0146f06edb 100644
--- a/media/blink/webmediaplayer_cast_android.h
+++ b/media/blink/webmediaplayer_cast_android.h
@@ -16,6 +16,7 @@
namespace blink {
class WebLocalFrame;
class WebMediaPlayerClient;
+class WebURL;
}
namespace media {
@@ -106,6 +107,7 @@ class WebMediaPlayerCast : public RendererMediaPlayerInterface {
void SetDeviceScaleFactor(float scale_factor);
scoped_refptr<VideoFrame> GetCastingBanner();
+ void setPoster(const blink::WebURL& poster);
private:
WebMediaPlayerImpl* webmediaplayer_;
« no previous file with comments | « no previous file | media/blink/webmediaplayer_cast_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698