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 95866f1257ba36ed0529ee2dcacb20b4cfc69938..0600a4dd260a4d73644d6cc5c18de6adb1339ecb 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 |
@@ -20,5 +20,5 @@ interface IChildProcessCallback { |
void unregisterSurfaceTextureSurface(int surfaceTextureId, int clientId); |
- SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId, int clientId); |
+ SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId); |
} |