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

Unified Diff: content/renderer/media/android/webmediaplayer_android.cc

Issue 1286583002: Stop setting --enable-overlay-fullscreen-video on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot namespace Created 5 years, 4 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: content/renderer/media/android/webmediaplayer_android.cc
diff --git a/content/renderer/media/android/webmediaplayer_android.cc b/content/renderer/media/android/webmediaplayer_android.cc
index 44be04beabec389aa754bc89d32903bb75c497d9..77b3ba4cdd2768cbed663ae0e9c654da83081f7d 100644
--- a/content/renderer/media/android/webmediaplayer_android.cc
+++ b/content/renderer/media/android/webmediaplayer_android.cc
@@ -1868,6 +1868,10 @@ void WebMediaPlayerAndroid::SetDecryptorReadyCB(
decryptor_ready_cb_ = decryptor_ready_cb;
}
+bool WebMediaPlayerAndroid::supportsOverlayFullscreenVideo() {
+ return true;
+}
+
void WebMediaPlayerAndroid::enterFullscreen() {
if (is_player_initialized_)
player_manager_->EnterFullscreen(player_id_);
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.h ('k') | content/shell/browser/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698