| 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. */
|
|
|