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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h

Issue 1289623005: Add stats overlay to iOS AppRTCDemo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: CR comments Created 5 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/ios/ARDStatsView.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h
similarity index 81%
copy from webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
copy to webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h
index 9616da52af45d83587c1f58d13de27309c3843aa..9c8636476ce6753b6ff18db676ac786c207cbe6a 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h
@@ -10,8 +10,8 @@
#import <UIKit/UIKit.h>
-@interface ARDVideoCallViewController : UIViewController
+@interface ARDStatsView : UIView
-- (instancetype)initForRoom:(NSString *)room;
+- (void)setStats:(NSArray *)stats;
@end
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m ('k') | webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698