Index: webrtc/api/videosourceproxy.h |
diff --git a/webrtc/api/videosourceproxy.h b/webrtc/api/videosourceproxy.h |
index 9441bbd9b883280307b09fd3eed3b438f713d581..e0f94dc881c77cdbcb538f6028a3e59d76352138 100644 |
--- a/webrtc/api/videosourceproxy.h |
+++ b/webrtc/api/videosourceproxy.h |
@@ -25,7 +25,9 @@ BEGIN_PROXY_MAP(VideoSource) |
PROXY_METHOD0(cricket::VideoCapturer*, GetVideoCapturer) |
PROXY_METHOD0(void, Stop) |
PROXY_METHOD0(void, Restart) |
- PROXY_METHOD1(void, AddSink, rtc::VideoSinkInterface<cricket::VideoFrame>*) |
+ PROXY_METHOD2(void, AddOrUpdateSink, |
+ rtc::VideoSinkInterface<cricket::VideoFrame>*, |
+ const rtc::VideoSinkWants&) |
PROXY_METHOD1(void, RemoveSink, rtc::VideoSinkInterface<cricket::VideoFrame>*) |
PROXY_CONSTMETHOD0(const cricket::VideoOptions*, options) |
PROXY_METHOD1(void, RegisterObserver, ObserverInterface*) |