Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / common / IChildProcessCallback.aidl
index 734c05e..19f44dc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
@@ -13,4 +13,6 @@ interface IChildProcessCallback {
       int pid, in Surface surface, int primaryID, int secondaryID);
 
   Surface getViewSurface(int surfaceId);
+
+  Surface getSurfaceTextureSurface(int primaryId, int secondaryId);
 }