Index: webrtc/api/videotracksource.h |
diff --git a/webrtc/api/videotracksource.h b/webrtc/api/videotracksource.h |
index 5e2437c6b0d113f251f6332b8305c61e054eb47d..825c8980891f4cb10b9ac74861a82d44964c6896 100644 |
--- a/webrtc/api/videotracksource.h |
+++ b/webrtc/api/videotracksource.h |
@@ -42,6 +42,7 @@ class VideoTrackSource : public Notifier<VideoTrackSourceInterface> { |
void AddOrUpdateSink(rtc::VideoSinkInterface<cricket::VideoFrame>* sink, |
const rtc::VideoSinkWants& wants) override; |
void RemoveSink(rtc::VideoSinkInterface<cricket::VideoFrame>* sink) override; |
+ void GetInfo(rtc::VideoSourceInfo *info) override; |
cricket::VideoCapturer* GetVideoCapturer() override { return nullptr; } |