| 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 eb27e5712858905426b8e881ef180355c1a42b71..206ebab52883f3850ebda2e3898e976e3bf8e28f 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:
|
|
|