| Index: webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h b/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h
|
| index 0f414ff59f72a0f877fc584485dcc6ac97e0b430..979716e3189b3c37900d81b871c97ed5df7dc4ce 100644
|
| --- a/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h
|
| +++ b/webrtc/modules/audio_processing/aec3/shadow_filter_update_gain.h
|
| @@ -13,7 +13,7 @@
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
| -#include "webrtc/modules/audio_processing/aec3/fft_buffer.h"
|
| +#include "webrtc/modules/audio_processing/aec3/render_buffer.h"
|
| #include "webrtc/modules/audio_processing/aec3/render_signal_analyzer.h"
|
|
|
| namespace webrtc {
|
| @@ -22,7 +22,7 @@ namespace webrtc {
|
| class ShadowFilterUpdateGain {
|
| public:
|
| // Computes the gain.
|
| - void Compute(const FftBuffer& X_buffer,
|
| + void Compute(const RenderBuffer& X_buffer,
|
| const RenderSignalAnalyzer& render_signal_analyzer,
|
| const FftData& E_shadow,
|
| size_t size_partitions,
|
|
|