Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: webrtc/api/mediastreamtrackproxy.h

Issue 2383093002: Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (Closed)
Patch Set: Deleted a newline. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/mediastreamtrackproxy.h
diff --git a/webrtc/api/mediastreamtrackproxy.h b/webrtc/api/mediastreamtrackproxy.h
index 12fdc36b3684960ae501d9eebde5d9004a6c889c..be261e4a379d1cf5df4c06f0935361d3859debd2 100644
--- a/webrtc/api/mediastreamtrackproxy.h
+++ b/webrtc/api/mediastreamtrackproxy.h
@@ -43,11 +43,11 @@ BEGIN_PROXY_MAP(VideoTrack)
PROXY_METHOD1(bool, set_enabled, bool)
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_CONSTMETHOD0(VideoTrackSourceInterface*, GetSource)
PROXY_METHOD1(void, RegisterObserver, ObserverInterface*)

Powered by Google App Engine
This is Rietveld 408576698