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

Unified Diff: webrtc/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h

Issue 2869143002: iOS: Add interface for injecting custom shaders (Closed)
Patch Set: Rebase Created 3 years, 7 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/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h
diff --git a/webrtc/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h b/webrtc/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h
index 0aa7a5718177b01678622b550cc001fdb290bd31..9cba8232714bb7d3713a934436de6d3d93501a9f 100644
--- a/webrtc/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h
+++ b/webrtc/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h
@@ -19,7 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, readonly) GLuint yTexture;
@property(nonatomic, readonly) GLuint uvTexture;
-- (nullable instancetype)initWithContext:(EAGLContext *)context;
+- (instancetype)init NS_UNAVAILABLE;
+- (nullable instancetype)initWithContext:(EAGLContext *)context NS_DESIGNATED_INITIALIZER;
- (BOOL)uploadFrameToTextures:(RTCVideoFrame *)frame;

Powered by Google App Engine
This is Rietveld 408576698