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

Unified Diff: webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java

Issue 2186253002: Session based capturing for Camera2Capturer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase 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/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
diff --git a/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java b/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
index b8d31bdf58a2867772f2a440b014d90055f809b4..1674edc9456f19a7c327caccf5c5f45dbead021a 100644
--- a/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
+++ b/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
@@ -57,12 +57,12 @@ public class Camera1CapturerUsingTextureTest extends InstrumentationTestCase {
}
@SmallTest
- public void testCreateAndDispose() {
+ public void testCreateAndDispose() throws InterruptedException {
fixtures.createCapturerAndDispose();
}
@SmallTest
- public void testCreateNonExistingCamera() {
+ public void testCreateNonExistingCamera() throws InterruptedException {
fixtures.createNonExistingCamera();
}

Powered by Google App Engine
This is Rietveld 408576698