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

Unified Diff: media/blink/webmediaplayer_impl.cc

Issue 2829003004: Merge M59: Media Remoting: Remove old interstitial implementation. (Closed)
Patch Set: 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 | « media/blink/webmediaplayer_impl.h ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.cc
diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc
index 8384a527c1c289888d2e75f20d6f65c9f910b789..83b6df200c12fd6bbd6a6461d75a2dbc43e2523e 100644
--- a/media/blink/webmediaplayer_impl.cc
+++ b/media/blink/webmediaplayer_impl.cc
@@ -1618,16 +1618,11 @@ void WebMediaPlayerImpl::SetDeviceScaleFactor(float scale_factor) {
void WebMediaPlayerImpl::SetUseFallbackPath(bool use_fallback_path) {
use_fallback_path_ = use_fallback_path;
}
-#endif // defined(OS_ANDROID) // WMPI_CAST
void WebMediaPlayerImpl::SetPoster(const blink::WebURL& poster) {
-#if defined(OS_ANDROID)
cast_impl_.setPoster(poster);
-#endif
-
- if (observer_)
- observer_->OnSetPoster(poster);
}
+#endif // defined(OS_ANDROID) // WMPI_CAST
void WebMediaPlayerImpl::DataSourceInitialized(bool success) {
DVLOG(1) << __func__;
« no previous file with comments | « media/blink/webmediaplayer_impl.h ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698