| Index: webrtc/modules/audio_processing/audio_processing_impl.h
|
| diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| index 283071ba3e8d1446c36dfecd9d3f4451782a941a..7323b85c78eccd03d26bae2ac49e9f67eda4f903 100644
|
| --- a/webrtc/modules/audio_processing/audio_processing_impl.h
|
| +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| @@ -207,7 +207,7 @@ class AudioProcessingImpl : public AudioProcessing {
|
| // manner that are called with the render lock already acquired.
|
| int ProcessStreamLocked() EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| bool output_copy_needed() const EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| - bool is_data_processed() const EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| + bool is_fwd_processed() const EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| bool fwd_synthesis_needed() const EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| bool fwd_analysis_needed() const EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
| void MaybeUpdateHistograms() EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
|
|
|