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

Unified Diff: webkit/media/android/webmediaplayer_proxy_android.h

Issue 12443003: Implement out-of-band video compositing on Android: Step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 9 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 | « webkit/media/android/webmediaplayer_in_process_android.cc ('k') | webkit/media/media_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/android/webmediaplayer_proxy_android.h
diff --git a/webkit/media/android/webmediaplayer_proxy_android.h b/webkit/media/android/webmediaplayer_proxy_android.h
index 3e1322a7bbf13bd45736f05dd91dbe625a1dcd44..9d7c9ad5e82dbdeacace33397e52f04302efef85 100644
--- a/webkit/media/android/webmediaplayer_proxy_android.h
+++ b/webkit/media/android/webmediaplayer_proxy_android.h
@@ -44,6 +44,9 @@ class WebMediaPlayerProxyAndroid {
// Request the player to exit fullscreen.
virtual void ExitFullscreen(int player_id) = 0;
+
+ // Request an external surface for out-of-band compositing.
+ virtual void RequestExternalSurface(int player_id) = 0;
};
} // namespace webkit_media
« no previous file with comments | « webkit/media/android/webmediaplayer_in_process_android.cc ('k') | webkit/media/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698