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

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

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Couple more tweaks after updating against master 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/RTCVideoSource.h
diff --git a/webrtc/api/objc/RTCVideoSource.h b/webrtc/api/objc/RTCVideoSource.h
index a98fa6c6bba626c52ea4331bb1b3d4d6bd0bd1a9..e581e2de67f4e3cda7c12e2f61ebc2c6f60a8b4f 100644
--- a/webrtc/api/objc/RTCVideoSource.h
+++ b/webrtc/api/objc/RTCVideoSource.h
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface RTCVideoSource : NSObject
/** The current state of the RTCVideoSource. */
-@property(nonatomic, readonly) RTCSourceState state;
+@property(nonatomic, assign, readonly) RTCSourceState state;
- (instancetype)init NS_UNAVAILABLE;

Powered by Google App Engine
This is Rietveld 408576698