| Index: content/renderer/media/android/stream_texture_wrapper_impl.cc
|
| diff --git a/content/renderer/media/android/stream_texture_wrapper_impl.cc b/content/renderer/media/android/stream_texture_wrapper_impl.cc
|
| index ab11c96430b80595362f9dc95d507f8c705758b8..0662a61ba91bb904fb6a92c2152ae99c27d3e4c5 100644
|
| --- a/content/renderer/media/android/stream_texture_wrapper_impl.cc
|
| +++ b/content/renderer/media/android/stream_texture_wrapper_impl.cc
|
| @@ -104,6 +104,12 @@ void StreamTextureWrapperImpl::ReallocateVideoFrame(
|
| SetCurrentFrameInternal(new_frame);
|
| }
|
|
|
| +void StreamTextureWrapperImpl::ForwardStreamTextureForSurfaceRequest(
|
| + const base::UnguessableToken& request_token) {
|
| + return factory_->ForwardStreamTextureForSurfaceRequest(stream_id_,
|
| + request_token);
|
| +}
|
| +
|
| void StreamTextureWrapperImpl::SetCurrentFrameInternal(
|
| const scoped_refptr<media::VideoFrame>& video_frame) {
|
| base::AutoLock auto_lock(current_frame_lock_);
|
|
|