Index: webrtc/api/videotracksource.h |
diff --git a/webrtc/api/videotracksource.h b/webrtc/api/videotracksource.h |
index 3d8d502c8f265f16f47659216f872306a36d8958..7100612fcdba844a9b26ebb2327c8966a8fb073f 100644 |
--- a/webrtc/api/videotracksource.h |
+++ b/webrtc/api/videotracksource.h |
@@ -46,8 +46,6 @@ class VideoTrackSource : public Notifier<VideoTrackSourceInterface> { |
const rtc::VideoSinkWants& wants) override; |
void RemoveSink(rtc::VideoSinkInterface<cricket::VideoFrame>* sink) override; |
- cricket::VideoCapturer* GetVideoCapturer() override { return nullptr; } |
- |
private: |
rtc::ThreadChecker worker_thread_checker_; |
rtc::VideoSourceInterface<cricket::VideoFrame>* source_; |