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

Unified Diff: remoting/host/cast_extension_session.cc

Issue 1574543002: Faster YUV conversion in WebrtcVideoCapturerAdapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_extension_session.cc
diff --git a/remoting/host/cast_extension_session.cc b/remoting/host/cast_extension_session.cc
index 4ad16cebe690856c73d4c99bb19fe59e957ad224..87efb701c0c57fbd732955fa831f7ad9221f11a3 100644
--- a/remoting/host/cast_extension_session.cc
+++ b/remoting/host/cast_extension_session.cc
@@ -529,8 +529,8 @@ bool CastExtensionSession::SetupVideoStream(
return false;
}
- scoped_ptr<WebrtcVideoCapturerAdapter> video_capturer_adapter(
- new WebrtcVideoCapturerAdapter(std::move(desktop_capturer)));
+ scoped_ptr<protocol::WebrtcVideoCapturerAdapter> video_capturer_adapter(
+ new protocol::WebrtcVideoCapturerAdapter(std::move(desktop_capturer)));
// Set video stream constraints.
webrtc::FakeConstraints video_constraints;
« no previous file with comments | « no previous file | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698