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

Unified Diff: content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl

Issue 2285593002: Add ScopedSurfaceRequestManager (Closed)
Patch Set: Simplified manager interface. Renamed to Conduit. Created 4 years, 4 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/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
diff --git a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
index 36983b0c97379a72b321c56e6b20fe05b51ff294..0fb9e82368fd4323f8a5476031c384b3a567d8b7 100644
--- a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
+++ b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
@@ -13,6 +13,8 @@ interface IChildProcessCallback {
void establishSurfacePeer(
int pid, in Surface surface, int primaryID, int secondaryID);
+ void fulfillScopedSurfaceRequest(long request_id, in Surface surface);
+
SurfaceWrapper getViewSurface(int surfaceId);
void registerSurfaceTextureSurface(

Powered by Google App Engine
This is Rietveld 408576698