| Index: content/renderer/media/android/stream_texture_factory.cc
|
| diff --git a/content/renderer/media/android/stream_texture_factory.cc b/content/renderer/media/android/stream_texture_factory.cc
|
| index df409514f4f9cdebcea8cf4a24c29b7c84a68fad..5219966bd6ad1acd357060d6851166e71dcb3333 100644
|
| --- a/content/renderer/media/android/stream_texture_factory.cc
|
| +++ b/content/renderer/media/android/stream_texture_factory.cc
|
| @@ -95,6 +95,12 @@ void StreamTextureFactory::EstablishPeer(int32_t stream_id,
|
| new GpuStreamTextureMsg_EstablishPeer(stream_id, frame_id, player_id));
|
| }
|
|
|
| +void StreamTextureFactory::RegisterStreamTexture(int32_t stream_id,
|
| + int surface_texture_id) {
|
| + channel_->Send(new GpuStreamTextureMsg_RegisterStreamTexture(
|
| + stream_id, surface_texture_id));
|
| +}
|
| +
|
| unsigned StreamTextureFactory::CreateStreamTexture(
|
| unsigned texture_target,
|
| unsigned* texture_id,
|
|
|