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

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: nit2 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
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 020862e4ad32d4d98bdbae9342b3bceae74c1e84..a3b4967edea6423026fe56b53529933462a670e9 100644
--- a/webkit/media/android/webmediaplayer_proxy_android.h
+++ b/webkit/media/android/webmediaplayer_proxy_android.h
@@ -43,6 +43,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

Powered by Google App Engine
This is Rietveld 408576698