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

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

Issue 2285593002: Add ScopedSurfaceRequestManager (Closed)
Patch Set: Addressed comments. 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..73daeb943edf1d93218d6c07bce0c4888d47c6ac 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 forwardSurfaceForSurfaceRequest(long request_token, in Surface surface);
+
SurfaceWrapper getViewSurface(int surfaceId);
void registerSurfaceTextureSurface(

Powered by Google App Engine
This is Rietveld 408576698