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

Unified Diff: webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m

Issue 2211413003: GN: Add targets for AppRTCDemo on Mac+iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
index 4d58d2ad3477b9951f0307ae34edf1a625c9370e..914403619c5abf532825fd186df35ff43750d81a 100644
--- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
+++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
@@ -47,12 +47,14 @@ static NSUInteger const kLogViewHeight = 280;
NSTextField* _roomLabel;
NSTextField* _roomField;
NSTextView* _logView;
- RTCNSGLVideoView* _localVideoView;
- RTCNSGLVideoView* _remoteVideoView;
CGSize _localVideoSize;
CGSize _remoteVideoSize;
}
+@synthesize delegate = _delegate;
+@synthesize localVideoView = _localVideoView;
+@synthesize remoteVideoView = _remoteVideoView;
+
+ (BOOL)requiresConstraintBasedLayout {
return YES;
}
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.h ('k') | webrtc/examples/objc/AppRTCDemo/mac/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698