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

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

Issue 1689043002: Add WebMediaPlayer::exitedFullscreen() and call it from HTMLMediaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 ce641e342477d6401908c7f35fd718948313dee0..9e59bb4cbcac218ebb83ec5d173ab3d08f9355be 100644
--- a/content/renderer/media/android/webmediaplayer_android.cc
+++ b/content/renderer/media/android/webmediaplayer_android.cc
@@ -1901,7 +1901,7 @@ bool WebMediaPlayerAndroid::supportsOverlayFullscreenVideo() {
return true;
}
-void WebMediaPlayerAndroid::enterFullscreen() {
+void WebMediaPlayerAndroid::enteredFullscreen() {
if (is_player_initialized_)
player_manager_->EnterFullscreen(player_id_);
SetNeedsEstablishPeer(false);
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.h ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698