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/RTCVideoFrame.mm

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/RTCVideoFrame.mm
diff --git a/webrtc/api/objc/RTCVideoFrame.mm b/webrtc/sdk/objc/Framework/Classes/RTCVideoFrame.mm
similarity index 97%
rename from webrtc/api/objc/RTCVideoFrame.mm
rename to webrtc/sdk/objc/Framework/Classes/RTCVideoFrame.mm
index 6a4b1aab514416be0d6cca60c888d0fe8b2a7a45..8a99d4e5ef3e64d95702e31e58a501dd2d632849 100644
--- a/webrtc/api/objc/RTCVideoFrame.mm
+++ b/webrtc/sdk/objc/Framework/Classes/RTCVideoFrame.mm
@@ -8,12 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCVideoFrame.h"
+#import "RTCVideoFrame+Private.h"
#include "webrtc/base/scoped_ptr.h"
-#import "webrtc/api/objc/RTCVideoFrame+Private.h"
-
@implementation RTCVideoFrame {
rtc::scoped_ptr<cricket::VideoFrame> _videoFrame;
rtc::scoped_refptr<webrtc::VideoFrameBuffer> _i420Buffer;
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCUIApplication.mm ('k') | webrtc/sdk/objc/Framework/Classes/RTCVideoFrame+Private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698