Index: webrtc/api/objc/RTCOpenGLVideoRenderer.h |
diff --git a/webrtc/api/objc/RTCOpenGLVideoRenderer.h b/webrtc/api/objc/RTCOpenGLVideoRenderer.h |
index 729839c6a3009f33ad7cb2ca3664f5c2a2162977..7a8d3fe182750039dc762a40ff521c5f4356bc4b 100644 |
--- a/webrtc/api/objc/RTCOpenGLVideoRenderer.h |
+++ b/webrtc/api/objc/RTCOpenGLVideoRenderer.h |
@@ -15,6 +15,8 @@ |
#import <AppKit/NSOpenGL.h> |
#endif |
+#import "webrtc/base/objc/RTCMacros.h" |
+ |
NS_ASSUME_NONNULL_BEGIN |
@class RTCVideoFrame; |
@@ -23,6 +25,7 @@ NS_ASSUME_NONNULL_BEGIN |
// the currently bound framebuffer. Supports OpenGL 3.2 and OpenGLES 2.0. OpenGL |
// framebuffer creation and management should be handled elsewhere using the |
// same context used to initialize this class. |
+RTC_EXPORT |
@interface RTCOpenGLVideoRenderer : NSObject |
// The last successfully drawn frame. Used to avoid drawing frames unnecessarily |