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

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

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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..026974409c63fea7d63226ab36a945d967bb612a 100644
--- a/webrtc/api/objc/RTCVideoSource.h
+++ b/webrtc/api/objc/RTCVideoSource.h
@@ -10,6 +10,8 @@
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
typedef NS_ENUM(NSInteger, RTCSourceState) {
RTCSourceStateInitializing,
RTCSourceStateLive,
@@ -19,6 +21,7 @@ typedef NS_ENUM(NSInteger, RTCSourceState) {
NS_ASSUME_NONNULL_BEGIN
+RTC_EXPORT
@interface RTCVideoSource : NSObject
/** The current state of the RTCVideoSource. */

Powered by Google App Engine
This is Rietveld 408576698