| 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 e8d616f272a85efcf7ba51885e0041b9eb82f066..5c700ef635d20703f67c7b257fc0e919f1e1e073 100644
|
| --- a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java
|
| +++ b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java
|
| @@ -50,12 +50,6 @@ public class VideoCapturerAndroidTest extends ActivityTestCase {
|
| }
|
| }
|
|
|
| - // TODO(guoweis): Remove this once chrome code base is updated.
|
| - @Override
|
| - public boolean canApplyRotation() {
|
| - return false;
|
| - }
|
| -
|
| public int WaitForNextFrameToRender() throws InterruptedException {
|
| synchronized (frameLock) {
|
| frameLock.wait();
|
|
|