| 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 5986abb7a41179be0de155db4230c7f9b486739e..5ce97b85f61a8ca5a53a3b8148144bce921d9bdd 100644
|
| --- a/content/renderer/media/media_stream_dependency_factory.h
|
| +++ b/content/renderer/media/media_stream_dependency_factory.h
|
| @@ -173,7 +173,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
|
|
|