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

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: rebase Created 7 years, 1 month 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 42fe04c7b72bade054af8824e8bfc6c2eceeb155..8a08fc140ff17b92efd15c298a6e73bd4486c847 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -175,6 +175,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