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

Unified Diff: webrtc/api/objc/RTCRtpEncodingParameters.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/RTCRtpEncodingParameters.h
diff --git a/webrtc/api/objc/RTCRtpEncodingParameters.h b/webrtc/api/objc/RTCRtpEncodingParameters.h
index 8f7f22e04df1d35857dc46b2631805555c4189f5..0fb17b289485bd21caef9fa5dd9a30f55b51be58 100644
--- a/webrtc/api/objc/RTCRtpEncodingParameters.h
+++ b/webrtc/api/objc/RTCRtpEncodingParameters.h
@@ -10,8 +10,11 @@
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
+RTC_EXPORT
@interface RTCRtpEncodingParameters : NSObject
/** Controls whether the encoding is currently transmitted. */

Powered by Google App Engine
This is Rietveld 408576698