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

Unified Diff: webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 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/RTCEAGLVideoView.m
diff --git a/webrtc/api/objc/RTCEAGLVideoView.m b/webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m
similarity index 98%
rename from webrtc/api/objc/RTCEAGLVideoView.m
rename to webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m
index 58fd108c4c1e04b1a32d9be55c23ffdc72b2af77..d215265d3b070f1f51ced821f9cfbadddc613df3 100644
--- a/webrtc/api/objc/RTCEAGLVideoView.m
+++ b/webrtc/sdk/objc/Framework/Classes/RTCEAGLVideoView.m
@@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "webrtc/api/objc/RTCEAGLVideoView.h"
+#import "WebRTC/RTCEAGLVideoView.h"
#import <GLKit/GLKit.h>
-#import "webrtc/api/objc/RTCOpenGLVideoRenderer.h"
-#import "webrtc/api/objc/RTCVideoFrame.h"
+#import "RTCOpenGLVideoRenderer.h"
+#import "WebRTC//RTCVideoFrame.h"
// RTCDisplayLinkTimer wraps a CADisplayLink and is set to fire every two screen
// refreshes, which should be 30fps. We wrap the display link in order to avoid
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCDispatcher+Private.h ('k') | webrtc/sdk/objc/Framework/Classes/RTCFieldTrials.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698