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 |