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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h

Issue 2722583002: Add Metal video view in AppRTCMobile and metal availability macro. (Closed)
Patch Set: Replace macro check to be gcc compatible as well. Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
index dec1bfcba069b1682df7bf9578c25dab71ebd2ed..d76805f1046e2d766657d625f626e01b5398b82d 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
@@ -10,8 +10,8 @@
#import <UIKit/UIKit.h>
-#import "WebRTC/RTCCameraPreviewView.h"
-#import "WebRTC/RTCEAGLVideoView.h"
+#import <WebRTC/RTCCameraPreviewView.h>
+#import <WebRTC/RTCVideoRenderer.h>
#import "ARDStatsView.h"
@@ -38,7 +38,7 @@
@property(nonatomic, readonly) UILabel *statusLabel;
@property(nonatomic, readonly) RTCCameraPreviewView *localVideoView;
-@property(nonatomic, readonly) RTCEAGLVideoView *remoteVideoView;
+@property(nonatomic, readonly) __kindof UIView<RTCVideoRenderer> *remoteVideoView;
@property(nonatomic, readonly) ARDStatsView *statsView;
@property(nonatomic, weak) id<ARDVideoCallViewDelegate> delegate;
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698