| Index: content/renderer/media/android/stream_texture_factory_synchronous_impl.h
|
| diff --git a/content/renderer/media/android/stream_texture_factory_synchronous_impl.h b/content/renderer/media/android/stream_texture_factory_synchronous_impl.h
|
| index 1e2db8a539cc6bb0906052071fb3f8cbf75b595b..6f1da285eb65397003af69b7399d27abed75cf76 100644
|
| --- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.h
|
| +++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.h
|
| @@ -30,6 +30,8 @@ class StreamTextureFactorySynchronousImpl : public StreamTextureFactory {
|
| virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
|
| uint32 stream_id) = 0;
|
|
|
| + virtual uint32 CreateStreamTexture(uint32 texture_id) = 0;
|
| +
|
| virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
|
|
|
| virtual void AddObserver(StreamTextureFactoryContextObserver* obs) = 0;
|
| @@ -48,7 +50,7 @@ class StreamTextureFactorySynchronousImpl : public StreamTextureFactory {
|
| int frame_id);
|
|
|
| StreamTextureProxy* CreateProxy() override;
|
| - void EstablishPeer(int32 stream_id, int player_id) override;
|
| + void EstablishPeer(int32 stream_id, int player_id, int frame_id) override;
|
| unsigned CreateStreamTexture(unsigned texture_target,
|
| unsigned* texture_id,
|
| gpu::Mailbox* texture_mailbox) override;
|
|
|