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

Unified Diff: content/renderer/media/media_stream_dependency_factory.h

Issue 218763007: Update MediaStreamTrack::Stop to latest draft. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review. Created 6 years, 9 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: content/renderer/media/media_stream_dependency_factory.h
diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h
index 730ae2a9f495076e6abf5fbc31fc22d890b74cc4..2374d53ce696888703f5e2a395b15664cfdc5830 100644
--- a/content/renderer/media/media_stream_dependency_factory.h
+++ b/content/renderer/media/media_stream_dependency_factory.h
@@ -179,7 +179,8 @@ class CONTENT_EXPORT MediaStreamDependencyFactory
// it reuses existing capture if any; otherwise it creates a new capturer.
virtual scoped_refptr<WebRtcAudioCapturer> CreateAudioCapturer(
int render_view_id, const StreamDeviceInfo& device_info,
- const blink::WebMediaConstraints& constraints);
+ const blink::WebMediaConstraints& constraints,
+ MediaStreamAudioSource* audio_source);
// Adds the audio device as a sink to the audio track and starts the local
// audio track. This is virtual for test purposes since no real audio device

Powered by Google App Engine
This is Rietveld 408576698