Chromium Code Reviews| Index: webrtc/api/objc/RTCVideoSource.mm |
| diff --git a/webrtc/api/objc/RTCVideoSource.mm b/webrtc/api/objc/RTCVideoSource.mm |
| index 35f30e3b38b02d1f937f0bff2b5f913fd2d9a36c..b92db470fd43ed315caa506ae948999791a0704f 100644 |
| --- a/webrtc/api/objc/RTCVideoSource.mm |
| +++ b/webrtc/api/objc/RTCVideoSource.mm |
| @@ -16,6 +16,7 @@ |
| rtc::scoped_refptr<webrtc::VideoSourceInterface> _nativeVideoSource; |
| } |
| + |
|
tkchin_webrtc
2016/01/21 01:23:30
?
hjon
2016/01/21 19:53:27
Not sure what happened...removed.
|
| - (RTCSourceState)state { |
| return [[self class] sourceStateForNativeState:_nativeVideoSource->state()]; |
| } |