| Index: webrtc/video/video_capture_input.h
|
| diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h
|
| index 7ef10947c2bba9498f84eb195df9581b50ba6f97..6cbcac5e9055cf971ad11b81119814d2a456900c 100644
|
| --- a/webrtc/video/video_capture_input.h
|
| +++ b/webrtc/video/video_capture_input.h
|
| @@ -82,7 +82,6 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput {
|
| rtc::scoped_ptr<ThreadWrapper> capture_thread_;
|
| // TODO(pbos): scoped_ptr
|
| EventWrapper& capture_event_;
|
| - EventWrapper& deliver_event_;
|
|
|
| volatile int stop_;
|
|
|
|
|