| Index: webrtc/modules/audio_processing/level_controller/peak_level_estimator.h
 | 
| diff --git a/webrtc/modules/audio_processing/level_controller/peak_level_estimator.h b/webrtc/modules/audio_processing/level_controller/peak_level_estimator.h
 | 
| index 887c789c939f3add3938bcd5680b471f739881fe..270bbc3ad0a1e9e7960a36892033b2ea5947d778 100644
 | 
| --- a/webrtc/modules/audio_processing/level_controller/peak_level_estimator.h
 | 
| +++ b/webrtc/modules/audio_processing/level_controller/peak_level_estimator.h
 | 
| @@ -27,6 +27,7 @@ class PeakLevelEstimator {
 | 
|   private:
 | 
|    float peak_level_;
 | 
|    int hold_counter_;
 | 
| +  bool initialization_phase_;
 | 
|  
 | 
|    RTC_DISALLOW_COPY_AND_ASSIGN(PeakLevelEstimator);
 | 
|  };
 | 
| 
 |