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

Unified Diff: webrtc/api/objc/RTCAVFoundationVideoSource.h

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes based on feedback Created 4 years, 10 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/objc/RTCAVFoundationVideoSource.h
diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.h b/webrtc/api/objc/RTCAVFoundationVideoSource.h
index 1fa19c5d38bf532fe081b899031f0f202c9f71f1..e3404441ccb90f64ce641045784f8f1bfa12a3d3 100644
--- a/webrtc/api/objc/RTCAVFoundationVideoSource.h
+++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
@@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface RTCAVFoundationVideoSource : RTCVideoSource
- (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
- constraints:(RTCMediaConstraints *)constraints;
+ constraints:(nullable RTCMediaConstraints *)constraints;
/** Switches the camera being used (either front or back). */
@property(nonatomic, assign) BOOL useBackCamera;

Powered by Google App Engine
This is Rietveld 408576698