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

Unified Diff: webrtc/sdk/objc/Framework/Classes/Video/RTCI420TextureCache.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/RTCI420TextureCache.h
diff --git a/webrtc/sdk/objc/Framework/Classes/Video/RTCI420TextureCache.h b/webrtc/sdk/objc/Framework/Classes/Video/RTCI420TextureCache.h
index 5ee657c61f4d94773380cb46a419f8473880b062..19f1bc999344f2673c54639f5a8c1c3110cca850 100644
--- a/webrtc/sdk/objc/Framework/Classes/Video/RTCI420TextureCache.h
+++ b/webrtc/sdk/objc/Framework/Classes/Video/RTCI420TextureCache.h
@@ -17,7 +17,8 @@
@property(nonatomic, readonly) GLuint uTexture;
@property(nonatomic, readonly) GLuint vTexture;
-- (instancetype)initWithContext:(GlContextType *)context;
+- (instancetype)init NS_UNAVAILABLE;
+- (instancetype)initWithContext:(GlContextType *)context NS_DESIGNATED_INITIALIZER;
- (void)uploadFrameToTextures:(RTCVideoFrame *)frame;

Powered by Google App Engine
This is Rietveld 408576698