| Index: webrtc/modules/audio_processing/echo_cancellation_impl.h
|
| diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl.h b/webrtc/modules/audio_processing/echo_cancellation_impl.h
|
| index ed3d7b5099792528a41cb7ec75be819ca8fbb5b4..cf3ebf61afc1be4c764fdcd2072cbd2c91116add 100644
|
| --- a/webrtc/modules/audio_processing/echo_cancellation_impl.h
|
| +++ b/webrtc/modules/audio_processing/echo_cancellation_impl.h
|
| @@ -74,7 +74,7 @@ class EchoCancellationImpl : public EchoCancellation,
|
| bool was_stream_drift_set_;
|
| bool stream_has_echo_;
|
| bool delay_logging_enabled_;
|
| - bool delay_correction_enabled_;
|
| + bool extended_filter_enabled_;
|
| bool reported_delay_enabled_;
|
| };
|
|
|
|
|