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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2801853002: Media Remoting: Remove old interstitial implementation. (Closed)
Patch Set: Rebase. 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/base/media_observer.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index cae3376fd16e32fc6cf9ed04db54428dc278fd05..21330d8e3cbe7f0425c3951b6bc23af7fc7c49fd 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -191,8 +191,6 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
void BecameDominantVisibleContent(bool isDominant) override;
void SetIsEffectivelyFullscreen(bool isEffectivelyFullscreen) override;
- void SetPoster(const blink::WebURL& poster) override;
-
// WebMediaPlayerDelegate::Observer implementation.
void OnFrameHidden() override;
void OnFrameClosed() override;
@@ -220,6 +218,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
gfx::Size GetCanvasSize() const;
void SetDeviceScaleFactor(float scale_factor);
void SetUseFallbackPath(bool use_fallback_path);
+ void SetPoster(const blink::WebURL& poster) override;
#endif
// MediaObserverClient implementation.
« no previous file with comments | « media/base/media_observer.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698