| Index: webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| diff --git a/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java b/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| index bd5f303aab42966c242027bc7e2836d87e1bcd08..9b86fe3f5691933fe03c31e6caacbcbe465aa1e1 100644
|
| --- a/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| +++ b/webrtc/api/android/java/src/org/webrtc/ScreenCapturerAndroid.java
|
| @@ -149,18 +149,6 @@ public class ScreenCapturerAndroid implements
|
| isDisposed = true;
|
| }
|
|
|
| - @Override
|
| - public synchronized void onOutputFormatRequest(
|
| - final int width, final int height, final int framerate) {
|
| - checkNotDisposed();
|
| - surfaceTextureHelper.getHandler().post(new Runnable() {
|
| - @Override
|
| - public void run() {
|
| - capturerObserver.onOutputFormatRequest(width, height, framerate);
|
| - }
|
| - });
|
| - }
|
| -
|
| /**
|
| * Changes output video format. This method can be used to scale the output
|
| * video, or to change orientation when the captured screen is rotated for example.
|
|
|