| Index: webrtc/api/mediastreamtrackproxy.h
|
| diff --git a/webrtc/api/mediastreamtrackproxy.h b/webrtc/api/mediastreamtrackproxy.h
|
| index 676ba709822a533bd6d04abe0168acb5167e7643..2192ac3a4e32600a02688afb91b2b4f8c59b40d3 100644
|
| --- a/webrtc/api/mediastreamtrackproxy.h
|
| +++ b/webrtc/api/mediastreamtrackproxy.h
|
| @@ -53,6 +53,7 @@ BEGIN_PROXY_MAP(VideoTrack)
|
| rtc::VideoSinkInterface<cricket::VideoFrame>*,
|
| const rtc::VideoSinkWants&)
|
| PROXY_METHOD1(void, RemoveSink, rtc::VideoSinkInterface<cricket::VideoFrame>*)
|
| + PROXY_METHOD1(void, GetInfo, rtc::VideoSourceInfo*)
|
| PROXY_CONSTMETHOD0(VideoTrackSourceInterface*, GetSource)
|
|
|
| PROXY_METHOD1(void, RegisterObserver, ObserverInterface*)
|
|
|