Index: content/renderer/media/webrtc_audio_device_impl.h |
=================================================================== |
--- content/renderer/media/webrtc_audio_device_impl.h (revision 111890) |
+++ content/renderer/media/webrtc_audio_device_impl.h (working copy) |
@@ -321,8 +321,8 @@ |
// on the input/capture side. |
int session_id_; |
- // Protects |recording_|. |
- base::Lock lock_; |
+ // Protects |recording_|, |output_delay_ms_|. |
+ mutable base::Lock lock_; |
int bytes_per_sample_; |