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 bf298858130d144ef147c11c16498a9f33f0d0f5..279c151a3fb5f76b20a3d28fb0d291ef7aad6ee7 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 |
@@ -17,11 +17,4 @@ interface IChildProcessCallback { |
long requestTokenHigh, long requestTokenLow, in Surface surface); |
SurfaceWrapper getViewSurface(int surfaceId); |
- |
- void registerSurfaceTextureSurface( |
- int surfaceTextureId, int clientId, in Surface surface); |
- |
- void unregisterSurfaceTextureSurface(int surfaceTextureId, int clientId); |
- |
- SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId); |
} |