Index: talk/app/webrtc/videosourceinterface.h |
diff --git a/talk/app/webrtc/videosourceinterface.h b/talk/app/webrtc/videosourceinterface.h |
index e81142a20f1a23c25c129c178c72e45df178829f..29da285636c6cb9ff8dff7498deb96ecf75e2d82 100644 |
--- a/talk/app/webrtc/videosourceinterface.h |
+++ b/talk/app/webrtc/videosourceinterface.h |
@@ -71,7 +71,6 @@ class VideoSourceInterface : public MediaSourceInterface { |
virtual void RemoveSink( |
rtc::VideoSinkInterface<cricket::VideoFrame>* output){}; |
virtual const cricket::VideoOptions* options() const = 0; |
- virtual cricket::VideoRenderer* FrameInput() = 0; |
protected: |
virtual ~VideoSourceInterface() {} |