Index: webrtc/modules/audio_processing/aec3/residual_echo_estimator.h |
diff --git a/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h b/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h |
index ea287c0f8790260990c3f31ee136a4eacbac30f8..5d69381283fe67b1faac93510b49e94fb1d970a2 100644 |
--- a/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h |
+++ b/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h |
@@ -48,7 +48,7 @@ class ResidualEchoEstimator { |
// Estimates the residual echo power based on the estimate of the echo path |
// gain. |
- void NonLinearEstimate(float echo_path_gain, |
+ void NonLinearEstimate(const AecState& aec_state, |
const std::array<float, kFftLengthBy2Plus1>& X2, |
const std::array<float, kFftLengthBy2Plus1>& Y2, |
std::array<float, kFftLengthBy2Plus1>* R2); |