Index: webrtc/api/videotracksource.h |
diff --git a/webrtc/api/videotracksource.h b/webrtc/api/videotracksource.h |
index 108209dc2c108cceacad3c081ca9bc9f9a72492d..40045a208495649ff25914aff8b0b7b3c8c618ea 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; } |
- |
protected: |
rtc::Thread* worker_thread() { return worker_thread_; } |