Chromium Code Reviews

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

Issue 177953004: Enable SurfaceTexture based zero-copy texture uploading on Android platform Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
diff --git a/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl b/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
index 1c455da316e7ed981779f8cace701ee3aa181b4f..13764d8994179088f441eee54b91b817c1adb8c3 100644
--- a/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
+++ b/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
@@ -12,4 +12,5 @@ import android.os.Bundle;
interface IChildProcessService {
// Sets up the initial IPC channel and returns the pid of the child process.
int setupConnection(in Bundle args, IChildProcessCallback callback);
+ void setupSurfaceTexture(long gpu_memory_buffer, in Surface surface);
}

Powered by Google App Engine