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

Unified Diff: webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java

Issue 2456873002: Android EglRenderer: Add Bitmap frame listener functionality (Closed)
Patch Set: Add spaces. Created 4 years, 1 month 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/api/androidtests/src/org/webrtc/test/EmptyActivity.java
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h b/webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java
similarity index 67%
copy from webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h
copy to webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java
index 9c8636476ce6753b6ff18db676ac786c207cbe6a..dfea4eccce6d12ac8407970efe418c1bfa45acd9 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h
+++ b/webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 The WebRTC Project Authors. All rights reserved.
+ * Copyright 2016 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@@ -8,10 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import <UIKit/UIKit.h>
+package org.webrtc.test;
-@interface ARDStatsView : UIView
+import android.app.Activity;
-- (void)setStats:(NSArray *)stats;
-
-@end
+public class EmptyActivity extends Activity {}

Powered by Google App Engine
This is Rietveld 408576698