| Index: content/renderer/media/android/stream_texture_factory_android.h
|
| diff --git a/content/renderer/media/android/stream_texture_factory_android.h b/content/renderer/media/android/stream_texture_factory_android.h
|
| index f496348bd4c7e1d52912a28015361335fd163067..1ffe6660d50178b53a150dfbf8e7660630eb643b 100644
|
| --- a/content/renderer/media/android/stream_texture_factory_android.h
|
| +++ b/content/renderer/media/android/stream_texture_factory_android.h
|
| @@ -86,7 +86,7 @@ class StreamTextureFactory {
|
|
|
| // Destroy the streamTexture for the given texture id, as well as the
|
| // client side texture.
|
| - void DestroyStreamTexture(unsigned texture_id);
|
| + void DestroyStreamTexture(unsigned stream_id, unsigned texture_id);
|
|
|
| // Set the streamTexture size for the given stream Id.
|
| void SetStreamTextureSize(int32 texture_id, const gfx::Size& size);
|
|
|