| Index: content/renderer/media/stream_texture_factory_impl_android.h
|
| diff --git a/content/renderer/media/stream_texture_factory_impl_android.h b/content/renderer/media/stream_texture_factory_impl_android.h
|
| index 4c020725d457b83968a950174e748a3e22d95277..56cacdb69bf09836fa8b17f5ce99d190c2357f27 100644
|
| --- a/content/renderer/media/stream_texture_factory_impl_android.h
|
| +++ b/content/renderer/media/stream_texture_factory_impl_android.h
|
| @@ -30,7 +30,11 @@ class StreamTextureFactoryImpl
|
|
|
| virtual void EstablishPeer(int stream_id, int player_id) OVERRIDE;
|
|
|
| - virtual unsigned CreateStreamTexture(unsigned* texture_id) OVERRIDE;
|
| + virtual unsigned CreateStreamTexture(
|
| + unsigned texture_target,
|
| + unsigned* texture_id,
|
| + gpu::Mailbox* texture_mailbox,
|
| + unsigned* texture_mailbox_sync_point) OVERRIDE;
|
| virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
|
|
|
| private:
|
|
|