Index: talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
diff --git a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
index e4141f02adcc3aa48675264c21f2a8dde6022df7..657e94cd2274a98dca9b153874601b4983539217 100644 |
--- a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
+++ b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
@@ -92,6 +92,9 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
} |
} |
+ @Override |
+ public void OnOutputFormatRequest(int width, int height, int fps) {} |
+ |
public boolean WaitForCapturerToStart() throws InterruptedException { |
synchronized (capturerStartLock) { |
capturerStartLock.wait(); |