This CL adds RTCMTLVideoView.h and RTCCameraVideoCapturer.h to WebRTC.h
in order to fix a build issue that comes up when using WebRTC.framework from swift code. BUG=webrtc:7488 Review-Url: https://codereview.webrtc.org/2832803002 Cr-Commit-Position: refs/heads/master@{#17909}
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#import <WebRTC/RTCAVFoundationVideoSource.h>
|
||||
#import <WebRTC/RTCAudioSource.h>
|
||||
#import <WebRTC/RTCAudioTrack.h>
|
||||
#import <WebRTC/RTCCameraVideoCapturer.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <WebRTC/RTCCameraPreviewView.h>
|
||||
#endif
|
||||
@ -20,6 +21,7 @@
|
||||
#import <WebRTC/RTCDispatcher.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <WebRTC/RTCEAGLVideoView.h>
|
||||
#import <WebRTC/RTCMTLVideoView.h>
|
||||
#endif
|
||||
#import <WebRTC/RTCFieldTrials.h>
|
||||
#import <WebRTC/RTCFileLogger.h>
|
||||
|
||||
Reference in New Issue
Block a user