| Index: webrtc/video/video_capture_input.h
|
| diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h
|
| index 2cdcbf806012d2b2b4fdea0ac9c0953565275379..9a5aae3227a0d6e6023eb5a02a2984423a626b79 100644
|
| --- a/webrtc/video/video_capture_input.h
|
| +++ b/webrtc/video/video_capture_input.h
|
| @@ -78,7 +78,7 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput {
|
| rtc::scoped_ptr<CriticalSectionWrapper> incoming_frame_cs_;
|
| VideoFrame incoming_frame_;
|
|
|
| - rtc::scoped_ptr<PlatformThread> encoder_thread_;
|
| + rtc::PlatformThread encoder_thread_;
|
| rtc::scoped_ptr<EventWrapper> capture_event_;
|
|
|
| volatile int stop_;
|
|
|