Index: talk/app/webrtc/videotrack.h |
diff --git a/talk/app/webrtc/videotrack.h b/talk/app/webrtc/videotrack.h |
index 67a216361514da899a2fc9cd6e1ac32c4b9e3dee..b321c4264618b379a471ee62b4c4c53fb6d54625 100644 |
--- a/talk/app/webrtc/videotrack.h |
+++ b/talk/app/webrtc/videotrack.h |
@@ -47,6 +47,7 @@ class VideoTrack : public MediaStreamTrack<VideoTrackInterface> { |
virtual VideoSourceInterface* GetSource() const { |
return video_source_.get(); |
} |
+ rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink() override; |
virtual bool set_enabled(bool enable); |
virtual std::string kind() const; |