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

Unified Diff: webrtc/sdk/objc/Framework/Classes/RTCOpenGLDefines.h

Issue 2842453002: ObjC: Split out I420 texture uploading into separate class (Closed)
Patch Set: Remove comment. Created 3 years, 8 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/RTCOpenGLDefines.h
diff --git a/webrtc/sdk/objc/Framework/Classes/RTCOpenGLDefines.h b/webrtc/sdk/objc/Framework/Classes/RTCOpenGLDefines.h
index 1ef642bb814903fdc04e759477625e0effda9c2a..4088535861155ab5e8d81551a6dc78904f8dbef5 100644
--- a/webrtc/sdk/objc/Framework/Classes/RTCOpenGLDefines.h
+++ b/webrtc/sdk/objc/Framework/Classes/RTCOpenGLDefines.h
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#import <Foundation/Foundation.h>
+
#if TARGET_OS_IPHONE
#define RTC_PIXEL_FORMAT GL_LUMINANCE
#define SHADER_VERSION

Powered by Google App Engine
This is Rietveld 408576698