| Index: webrtc/api/videosourceproxy.h
|
| diff --git a/webrtc/api/videosourceproxy.h b/webrtc/api/videosourceproxy.h
|
| index c251b3687c62e09859bf26b6a60f91ccc069ec5d..cb67c68e180838e325fb149b1528ae2d98bd80d9 100644
|
| --- a/webrtc/api/videosourceproxy.h
|
| +++ b/webrtc/api/videosourceproxy.h
|
| @@ -33,6 +33,7 @@ PROXY_METHOD2(void,
|
| rtc::VideoSinkInterface<cricket::VideoFrame>*,
|
| const rtc::VideoSinkWants&)
|
| PROXY_METHOD1(void, RemoveSink, rtc::VideoSinkInterface<cricket::VideoFrame>*)
|
| +PROXY_METHOD1(void, GetInfo, rtc::VideoSourceInfo*)
|
| PROXY_METHOD1(void, RegisterObserver, ObserverInterface*)
|
| PROXY_METHOD1(void, UnregisterObserver, ObserverInterface*)
|
| END_PROXY()
|
|
|