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

Unified Diff: trunk/src/content/renderer/media/media_stream_dependency_factory.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/media_stream_dependency_factory.h
===================================================================
--- trunk/src/content/renderer/media/media_stream_dependency_factory.h (revision 244357)
+++ trunk/src/content/renderer/media/media_stream_dependency_factory.h (working copy)
@@ -46,6 +46,7 @@
class IpcNetworkManager;
class IpcPacketSocketFactory;
class RTCMediaConstraints;
+class VideoCaptureImplManager;
class WebAudioCapturerSource;
class WebRtcAudioCapturer;
class WebRtcAudioDeviceImpl;
@@ -66,6 +67,7 @@
typedef base::Callback<void(blink::WebMediaStream* web_stream,
bool live)> MediaSourcesCreatedCallback;
MediaStreamDependencyFactory(
+ VideoCaptureImplManager* vc_manager,
P2PSocketDispatcher* p2p_socket_dispatcher);
virtual ~MediaStreamDependencyFactory();
@@ -253,6 +255,7 @@
RTCVideoDecoderFactoryTv* decoder_factory_tv_;
#endif
+ scoped_refptr<VideoCaptureImplManager> vc_manager_;
scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_;
scoped_refptr<WebRtcAudioDeviceImpl> audio_device_;
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698