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

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

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More tweaks based on updating AppRTCDemo Created 4 years, 10 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
Index: webrtc/api/objc/RTCVideoRenderer.h
diff --git a/webrtc/api/objc/RTCVideoRenderer.h b/webrtc/api/objc/RTCVideoRenderer.h
index a97456275a8c7e6ca10cd50714b35b92462c9d4b..2fe4efb45d6f4bf518bed0d05d1da8cccccb21ed 100644
--- a/webrtc/api/objc/RTCVideoRenderer.h
+++ b/webrtc/api/objc/RTCVideoRenderer.h
@@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)setSize:(CGSize)size;
/** The frame to be displayed. */
-- (void)renderFrame:(RTCVideoFrame *)frame;
+- (void)renderFrame:(nullable RTCVideoFrame *)frame;
@end

Powered by Google App Engine
This is Rietveld 408576698