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

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

Issue 41123002: Request video element to enter fullscreen when playing protected content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index c6e377a9a591dfcc91164368af58dd858cc74256..9b4f43350e7ab9a1c7d18622b83221ddc4cf2ccb 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -204,6 +204,7 @@ class WebMediaPlayerAndroid
void OnDidExitFullscreen();
void OnMediaPlayerPlay();
void OnMediaPlayerPause();
+ void OnRequestFullscreen();
// Called when the player is released.
virtual void OnPlayerReleased();

Powered by Google App Engine
This is Rietveld 408576698