| Index: webrtc/video/video_capture_input.h
|
| diff --git a/webrtc/video/video_capture_input.h b/webrtc/video/video_capture_input.h
|
| index 1a59b08efd331b01d69c7a588aa1914ce47ee95a..d44907cd0ee83270f15aed1ae3d18969f20854bb 100644
|
| --- a/webrtc/video/video_capture_input.h
|
| +++ b/webrtc/video/video_capture_input.h
|
| @@ -65,8 +65,6 @@ class VideoCaptureInput : public webrtc::VideoCaptureInput {
|
| static bool EncoderThreadFunction(void* obj);
|
| bool EncoderProcess();
|
|
|
| - void DeliverI420Frame(VideoFrame* video_frame);
|
| -
|
| rtc::scoped_ptr<CriticalSectionWrapper> capture_cs_;
|
| ProcessThread* const module_process_thread_;
|
|
|
|
|