| Index: webrtc/video/video_capture_input.h | 
| diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h | 
| index e8c927de0167645e98d6ab9b078a8c88774af8f7..1c27cb0b7b8dc40915cc62d4e0624719ec690e8d 100644 | 
| --- a/webrtc/video/video_capture_input.h | 
| +++ b/webrtc/video/video_capture_input.h | 
| @@ -63,7 +63,7 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput { | 
| static bool EncoderThreadFunction(void* obj); | 
| bool EncoderProcess(); | 
|  | 
| -  mutable rtc::CriticalSection crit_; | 
| +  rtc::CriticalSection crit_; | 
| ProcessThread* const module_process_thread_; | 
|  | 
| VideoCaptureCallback* const frame_callback_; | 
|  |