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

Unified Diff: media/blink/webmediaplayer_impl_unittest.cc

Issue 2756553002: Force the video to go fullscreen when setting persistent video (Closed)
Patch Set: fixed build Created 3 years, 9 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: media/blink/webmediaplayer_impl_unittest.cc
diff --git a/media/blink/webmediaplayer_impl_unittest.cc b/media/blink/webmediaplayer_impl_unittest.cc
index a040b028883574d7dba456ebc164b6016ab33dbf..79d2e2644f0eb51cc9505abe7ca83dd34bfbb157 100644
--- a/media/blink/webmediaplayer_impl_unittest.cc
+++ b/media/blink/webmediaplayer_impl_unittest.cc
@@ -89,6 +89,7 @@ class DummyWebMediaPlayerClient : public blink::WebMediaPlayerClient {
void disconnectedFromRemoteDevice() override {}
void cancelledRemotePlaybackRequest() override {}
void remotePlaybackStarted() override {}
+ void onBecamePersistentVideo() override {}
bool isAutoplayingMuted() override { return is_autoplaying_muted_; }
void requestReload(const blink::WebURL& newUrl) override {}
bool hasSelectedVideoTrack() override { return false; }

Powered by Google App Engine
This is Rietveld 408576698