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

Unified Diff: talk/app/webrtc/objc/RTCVideoSource+Internal.h

Issue 1770003002: Renamed VideoSourceInterface to VideoTrackSourceInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 9 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: talk/app/webrtc/objc/RTCVideoSource+Internal.h
diff --git a/talk/app/webrtc/objc/RTCVideoSource+Internal.h b/talk/app/webrtc/objc/RTCVideoSource+Internal.h
index a13e71ed833f4c65e63952c37c68d5e50545ff96..b1e47d3ab10f8b880e518dbd6c87cde1c910cbbf 100644
--- a/talk/app/webrtc/objc/RTCVideoSource+Internal.h
+++ b/talk/app/webrtc/objc/RTCVideoSource+Internal.h
@@ -31,7 +31,7 @@
@interface RTCVideoSource (Internal)
-@property(nonatomic, assign, readonly)
- rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
+@property(nonatomic, assign, readonly) rtc::scoped_refptr<webrtc::VideoTrackSourceInterface>
+ videoSource;
@end

Powered by Google App Engine
This is Rietveld 408576698