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

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

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add RTCDataBuffer 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
« no previous file with comments | « webrtc/api/objc/RTCStatsReport.h ('k') | webrtc/api/objc/RTCVideoRenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCVideoFrame.h
diff --git a/webrtc/api/objc/RTCVideoFrame.h b/webrtc/api/objc/RTCVideoFrame.h
index b44bf7331d1f1b006927487579dfd8b1145eb122..e76a9b3a5d483323032ba281d24c9155e205f56e 100644
--- a/webrtc/api/objc/RTCVideoFrame.h
+++ b/webrtc/api/objc/RTCVideoFrame.h
@@ -11,9 +11,12 @@
#import <AVFoundation/AVFoundation.h>
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
// RTCVideoFrame is an ObjectiveC version of cricket::VideoFrame.
+RTC_EXPORT
@interface RTCVideoFrame : NSObject
/** Width without rotation applied. */
« no previous file with comments | « webrtc/api/objc/RTCStatsReport.h ('k') | webrtc/api/objc/RTCVideoRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698