| 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 f03ff6fa8217b32aecea5977941344c3a9c918ce..85bebb93b0087af262751e66fa561df059ec6e27 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 {
|
| in UnguessableToken requestToken, 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);
|
| }
|
|
|