Index: webrtc/api/videosourceproxy.h |
diff --git a/webrtc/api/videosourceproxy.h b/webrtc/api/videosourceproxy.h |
index 0c181611ee941da6beaff0dd35980a833c58f010..eaec17bbb1c3688219da5b438c50eb519d3600e0 100644 |
--- a/webrtc/api/videosourceproxy.h |
+++ b/webrtc/api/videosourceproxy.h |
@@ -28,11 +28,9 @@ BEGIN_PROXY_MAP(VideoTrackSource) |
PROXY_METHOD1(bool, GetStats, Stats*) |
PROXY_WORKER_METHOD2(void, |
AddOrUpdateSink, |
- rtc::VideoSinkInterface<cricket::VideoFrame>*, |
+ rtc::VideoSinkInterface<VideoFrame>*, |
const rtc::VideoSinkWants&) |
- PROXY_WORKER_METHOD1(void, |
- RemoveSink, |
- rtc::VideoSinkInterface<cricket::VideoFrame>*) |
+ PROXY_WORKER_METHOD1(void, RemoveSink, rtc::VideoSinkInterface<VideoFrame>*) |
PROXY_METHOD1(void, RegisterObserver, ObserverInterface*) |
PROXY_METHOD1(void, UnregisterObserver, ObserverInterface*) |
END_PROXY() |