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

Unified Diff: trunk/src/content/renderer/media/rtc_video_capturer.h

Issue 135683002: Revert 244074 "Eliminate video capture thread in renderer" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
Index: trunk/src/content/renderer/media/rtc_video_capturer.h
===================================================================
--- trunk/src/content/renderer/media/rtc_video_capturer.h (revision 244357)
+++ trunk/src/content/renderer/media/rtc_video_capturer.h (working copy)
@@ -12,6 +12,7 @@
#include "third_party/libjingle/source/talk/media/base/videocapturer.h"
namespace content {
+class VideoCaptureImplManager;
// RtcVideoCapturer implements a simple cricket::VideoCapturer that is used for
// VideoCapturing in libJingle and especially in PeerConnections.
@@ -23,6 +24,7 @@
: public cricket::VideoCapturer {
public:
RtcVideoCapturer(const media::VideoCaptureSessionId id,
+ VideoCaptureImplManager* vc_manager,
bool is_screencast);
virtual ~RtcVideoCapturer();
« no previous file with comments | « trunk/src/content/renderer/media/rtc_video_capture_delegate.cc ('k') | trunk/src/content/renderer/media/rtc_video_capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698