Actually move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/

The previous reland https://codereview.webrtc.org/2860033002/ didn't
actually move CoreVideoFrameBuffer because of a rebase mistake. This CL
moves the files.

BUG=None

Review-Url: https://codereview.webrtc.org/2864303002
Cr-Commit-Position: refs/heads/master@{#18048}
This commit is contained in:
magjed
2017-05-08 05:32:05 -07:00
committed by Commit bot
parent 7eaa4ea75f
commit 3149e09156
11 changed files with 28 additions and 14 deletions

View File

@ -10,7 +10,7 @@
#import "RTCVideoFrame+Private.h"
#include "webrtc/common_video/include/corevideo_frame_buffer.h"
#include "webrtc/sdk/objc/Framework/Classes/corevideo_frame_buffer.h"
@implementation RTCVideoFrame {
rtc::scoped_refptr<webrtc::VideoFrameBuffer> _videoBuffer;