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); |
} |