Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: content/renderer/media/android/stream_texture_wrapper_impl.cc

Issue 2282633002: Integrate Surface requests with MediaPlayerRenderer (Closed)
Patch Set: Addressed last comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/android/stream_texture_wrapper_impl.h ('k') | gpu/ipc/common/gpu_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « content/renderer/media/android/stream_texture_wrapper_impl.h ('k') | gpu/ipc/common/gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698