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

Unified Diff: content/renderer/media/rtc_video_capturer.cc

Issue 120893002: Eliminate video capture thread in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload again Created 6 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 | « content/renderer/media/rtc_video_capturer.h ('k') | content/renderer/media/video_capture_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_video_capturer.cc
diff --git a/content/renderer/media/rtc_video_capturer.cc b/content/renderer/media/rtc_video_capturer.cc
index 0a7a82cf5880b26b419a0de7266e19876b2db51d..f445dc25952eb43bc70f8b6e7dd2174d06df0f99 100644
--- a/content/renderer/media/rtc_video_capturer.cc
+++ b/content/renderer/media/rtc_video_capturer.cc
@@ -11,10 +11,9 @@
namespace content {
RtcVideoCapturer::RtcVideoCapturer(const media::VideoCaptureSessionId id,
- VideoCaptureImplManager* vc_manager,
bool is_screencast)
: is_screencast_(is_screencast),
- delegate_(new RtcVideoCaptureDelegate(id, vc_manager)),
+ delegate_(new RtcVideoCaptureDelegate(id)),
state_(VIDEO_CAPTURE_STATE_STOPPED) {}
RtcVideoCapturer::~RtcVideoCapturer() {
« no previous file with comments | « content/renderer/media/rtc_video_capturer.h ('k') | content/renderer/media/video_capture_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698