| Index: webrtc/api/objc/RTCVideoFrame.h
|
| diff --git a/webrtc/api/objc/RTCVideoFrame.h b/webrtc/api/objc/RTCVideoFrame.h
|
| index c71029051a76efc6eac0fa990d1736523bf4bc34..8ed23ba82c0726cb22162788989b57f96a733cb4 100644
|
| --- a/webrtc/api/objc/RTCVideoFrame.h
|
| +++ b/webrtc/api/objc/RTCVideoFrame.h
|
| @@ -11,7 +11,6 @@
|
| #import <Foundation/Foundation.h>
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
| -// TODO(hjon): Update nullability types. See http://crbug/webrtc/5592
|
|
|
| @interface RTCVideoFrame : NSObject
|
|
|
| @@ -31,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| @property(nonatomic, readonly) int32_t uPitch;
|
| @property(nonatomic, readonly) int32_t vPitch;
|
|
|
| -- (nonnull instancetype)init NS_UNAVAILABLE;
|
| +- (instancetype)init NS_UNAVAILABLE;
|
|
|
| @end
|
|
|
|
|