| Index: webrtc/api/androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java
|
| diff --git a/webrtc/api/androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java b/webrtc/api/androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java
|
| index 9e41d21b2286c0b1a8919c0560a451e6dc4baf77..cbab509286af64ad9576d53a7974ec32c24ee563 100644
|
| --- a/webrtc/api/androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java
|
| +++ b/webrtc/api/androidtests/src/org/webrtc/CameraVideoCapturerTestFixtures.java
|
| @@ -139,9 +139,6 @@ class CameraVideoCapturerTestFixtures {
|
| }
|
| }
|
|
|
| - @Override
|
| - public void onOutputFormatRequest(int width, int height, int fps) {}
|
| -
|
| public boolean waitForCapturerToStart() throws InterruptedException {
|
| Logging.d(TAG, "Waiting for the capturer to start");
|
| synchronized (capturerStartLock) {
|
| @@ -523,7 +520,6 @@ class CameraVideoCapturerTestFixtures {
|
|
|
| // We can't change |capturer| at this point, but we should not crash.
|
| capturerInstance.capturer.switchCamera(null /* switchEventsHandler */);
|
| - capturerInstance.capturer.onOutputFormatRequest(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FPS);
|
| capturerInstance.capturer.changeCaptureFormat(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FPS);
|
|
|
| disposeCapturer(capturerInstance);
|
|
|