| Index: content/renderer/media/user_media_client_impl.h
|
| diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
|
| index ba4998d25c49cf179f2bcf1d1294ecf766fcf6de..8b3508fd91c6fe4c1ed7ba97739d18cbc320e417 100644
|
| --- a/content/renderer/media/user_media_client_impl.h
|
| +++ b/content/renderer/media/user_media_client_impl.h
|
| @@ -114,7 +114,8 @@ class CONTENT_EXPORT UserMediaClientImpl
|
| virtual MediaStreamAudioSource* CreateAudioSource(
|
| const StreamDeviceInfo& device,
|
| const blink::WebMediaConstraints& constraints,
|
| - const MediaStreamSource::ConstraintsCallback& source_ready);
|
| + const MediaStreamSource::ConstraintsCallback& source_ready,
|
| + bool* has_sw_echo_cancellation);
|
| virtual MediaStreamVideoSource* CreateVideoSource(
|
| const StreamDeviceInfo& device,
|
| const MediaStreamSource::SourceStoppedCallback& stop_callback);
|
|
|