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