| Index: content/renderer/media/media_stream_impl.h
|
| diff --git a/content/renderer/media/media_stream_impl.h b/content/renderer/media/media_stream_impl.h
|
| index 7988245cb86a2496c9351111c47389d582968c43..eb72ecd432d242fa299c8d96d89bb509360b807f 100644
|
| --- a/content/renderer/media/media_stream_impl.h
|
| +++ b/content/renderer/media/media_stream_impl.h
|
| @@ -189,7 +189,7 @@ class CONTENT_EXPORT MediaStreamImpl
|
| scoped_refptr<WebRtcAudioRenderer> CreateRemoteAudioRenderer(
|
| webrtc::MediaStreamInterface* stream);
|
| scoped_refptr<WebRtcLocalAudioRenderer> CreateLocalAudioRenderer(
|
| - webrtc::MediaStreamInterface* stream);
|
| + const blink::WebMediaStreamTrack& audio_track);
|
|
|
| // Returns a valid session id if a single capture device is currently open
|
| // (and then the matching session_id), otherwise -1.
|
|
|