| Index: webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h b/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
|
| index ce8a3d67a019caefe74bd20bcfc92e2db3225fe2..8ce32e243562c810c110647f7112b8cc1c92cce5 100644
|
| --- a/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
|
| +++ b/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
|
| @@ -29,6 +29,9 @@ class MatchedFilterLagAggregator {
|
| size_t num_lag_estimates);
|
| ~MatchedFilterLagAggregator();
|
|
|
| + // Resets the aggregator.
|
| + void Reset();
|
| +
|
| // Aggregates the provided lag estimates.
|
| rtc::Optional<size_t> Aggregate(
|
| rtc::ArrayView<const MatchedFilter::LagEstimate> lag_estimates);
|
|
|