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 |