| Index: content/common/gpu/stream_texture_manager_android.cc
|
| diff --git a/content/common/gpu/stream_texture_manager_android.cc b/content/common/gpu/stream_texture_manager_android.cc
|
| index e073fbc39c818cb86f77305c08b55fd67b01bce5..6eb7a10aaa827f5628c2821bc3512f6867e8aa15 100644
|
| --- a/content/common/gpu/stream_texture_manager_android.cc
|
| +++ b/content/common/gpu/stream_texture_manager_android.cc
|
| @@ -119,15 +119,13 @@ void StreamTextureManagerAndroid::RegisterStreamTextureProxy(
|
| }
|
|
|
| void StreamTextureManagerAndroid::EstablishStreamTexture(
|
| - int32 stream_id, SurfaceTexturePeer::SurfaceTextureTarget type,
|
| - int32 primary_id, int32 secondary_id) {
|
| + int32 stream_id, int32 primary_id, int32 secondary_id) {
|
| StreamTextureAndroid* stream_texture = textures_.Lookup(stream_id);
|
| base::ProcessHandle process = channel_->renderer_pid();
|
|
|
| if (stream_texture) {
|
| SurfaceTexturePeer::GetInstance()->EstablishSurfaceTexturePeer(
|
| process,
|
| - type,
|
| stream_texture->surface_texture_bridge(),
|
| primary_id,
|
| secondary_id);
|
|
|