Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / common / IChildProcessCallback.aidl
index c6f0758..0600a4d 100644 (file)
@@ -15,5 +15,10 @@ interface IChildProcessCallback {
 
   SurfaceWrapper getViewSurface(int surfaceId);
 
-  SurfaceWrapper getSurfaceTextureSurface(int primaryId, int secondaryId);
+  void registerSurfaceTextureSurface(
+      int surfaceTextureId, int clientId, in Surface surface);
+
+  void unregisterSurfaceTextureSurface(int surfaceTextureId, int clientId);
+
+  SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId);
 }