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

Unified Diff: Source/core/html/HTMLMediaElement.cpp

Issue 1157253010: Remove WebMediaPlayerClient::requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 6 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 | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.cpp
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
index cd923f88f9b15d41f46c896e8ea91f027ced0304..e1c3961c68b756d4b96bf7d23f996e93d3a0049f 100644
--- a/Source/core/html/HTMLMediaElement.cpp
+++ b/Source/core/html/HTMLMediaElement.cpp
@@ -2778,17 +2778,6 @@ void HTMLMediaElement::mediaPlayerPlaybackStateChanged()
playInternal();
}
-void HTMLMediaElement::mediaPlayerRequestFullscreen()
-{
- WTF_LOG(Media, "HTMLMediaElement::mediaPlayerRequestFullscreen(%p)", this);
-
- // The player is responsible for only invoking this callback in response to
- // user interaction or when it is technically required to play the video.
- UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
-
- enterFullscreen();
-}
-
void HTMLMediaElement::mediaPlayerRequestSeek(double time)
{
// The player is the source of this seek request.
« no previous file with comments | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698