| Index: content/app/android/sandboxed_process_service.cc
|
| diff --git a/content/app/android/sandboxed_process_service.cc b/content/app/android/sandboxed_process_service.cc
|
| index 6316ab8f7f78fb880e5b81efd02aacfcf5f91344..e7118ffcc6ffd7b8982cfd94d14735ec8e217f05 100644
|
| --- a/content/app/android/sandboxed_process_service.cc
|
| +++ b/content/app/android/sandboxed_process_service.cc
|
| @@ -36,13 +36,12 @@ class SurfaceTexturePeerSandboxedImpl : public content::SurfaceTexturePeer {
|
|
|
| virtual void EstablishSurfaceTexturePeer(
|
| base::ProcessHandle pid,
|
| - SurfaceTextureTarget type,
|
| scoped_refptr<content::SurfaceTextureBridge> surface_texture_bridge,
|
| int primary_id,
|
| int secondary_id) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| content::Java_SandboxedProcessService_establishSurfaceTexturePeer(
|
| - env, service_, pid, type,
|
| + env, service_, pid,
|
| surface_texture_bridge->j_surface_texture().obj(), primary_id,
|
| secondary_id);
|
| CheckException(env);
|
|
|