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

Unified Diff: webrtc/api/objc/RTCVideoTrack.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/RTCVideoSource.h ('k') | webrtc/base/objc/RTCCameraPreviewView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCVideoTrack.h
diff --git a/webrtc/api/objc/RTCVideoTrack.h b/webrtc/api/objc/RTCVideoTrack.h
index a7b6f0c90ed3228a093c98245a801fc8705857bf..ff4196e5e2066ac4aaa8f07015831bf0cdb7b881 100644
--- a/webrtc/api/objc/RTCVideoTrack.h
+++ b/webrtc/api/objc/RTCVideoTrack.h
@@ -10,12 +10,15 @@
#import "webrtc/api/objc/RTCMediaStreamTrack.h"
+#import "webrtc/base/objc/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
@protocol RTCVideoRenderer;
@class RTCPeerConnectionFactory;
@class RTCVideoSource;
+RTC_EXPORT
@interface RTCVideoTrack : RTCMediaStreamTrack
/** The video source for this video track. */
« no previous file with comments | « webrtc/api/objc/RTCVideoSource.h ('k') | webrtc/base/objc/RTCCameraPreviewView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698