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..824e69e3c899399f7da8b50318ac445ef89878c2 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( |
+ base::Nonce 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_); |