| Index: content/common/gpu/stream_texture_manager_android.h
|
| diff --git a/content/common/gpu/stream_texture_manager_android.h b/content/common/gpu/stream_texture_manager_android.h
|
| index 342ff401749d82942d1440fcc2a7d52ec6bc2aea..e514fc91871f68597d69f3f5df82a257872e3b23 100644
|
| --- a/content/common/gpu/stream_texture_manager_android.h
|
| +++ b/content/common/gpu/stream_texture_manager_android.h
|
| @@ -40,8 +40,7 @@ class StreamTextureManagerAndroid : public gpu::StreamTextureManager {
|
| void RegisterStreamTextureProxy(
|
| int32 stream_id, const gfx::Size& initial_size, int32 route_id);
|
| void EstablishStreamTexture(
|
| - int32 stream_id, content::SurfaceTexturePeer::SurfaceTextureTarget type,
|
| - int32 primary_id, int32 secondary_id);
|
| + int32 stream_id, int32 primary_id, int32 secondary_id);
|
|
|
| // Send new transform matrix.
|
| void SendMatrixChanged(int route_id,
|
|
|