Chromium Code Reviews

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h

Issue 2812533003: ObjC: RTCVideoSource cleanup (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
index b5be132bcbd94d22a5792702804c2f4a66d2febb..a9ebc06c88e0d99dfa71297b99fde3b2514aa5b5 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
@@ -18,13 +18,10 @@ NS_ASSUME_NONNULL_BEGIN
RTC_EXPORT
-@interface RTCVideoSource : RTCMediaSource<RTCVideoCapturerDelegate>
+@interface RTCVideoSource : RTCMediaSource <RTCVideoCapturerDelegate>
- (instancetype)init NS_UNAVAILABLE;
-// RTCVideoCapturerDelegate protocol implementation.
-- (void)capturer:(RTCVideoCapturer*)capturer didCaptureVideoFrame:(RTCVideoFrame*)frame;
-
/**
* Calling this function will cause frames to be scaled down to the
* requested resolution. Also, frames will be cropped to match the

Powered by Google App Engine