| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index ee0121246de51b8670d350c678ab8fd1d35f7952..1b74564d6e88d49548c502bdec84bd282611b9ea 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -1163,6 +1163,8 @@ CreatePeerConnectionFactory(
|
| // |video_encoder_factory| and |video_decoder_factory| is transferred to the
|
| // returned factory.
|
| //
|
| +// If |audio_mixer| is null, an internal audio mixer will be created and used.
|
| +//
|
| // TODO(deadbeef): Use rtc::scoped_refptr<> and std::unique_ptr<> to make this
|
| // ownership transfer and ref counting more obvious.
|
| //
|
|
|