| Index: webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java
|
| diff --git a/webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java b/webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java
|
| index fa55dc07418570569fa3cd5739ad5f1486ace5f3..cff3a8cab8b241f5372e6d5c7ab8dc18650af465 100644
|
| --- a/webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java
|
| +++ b/webrtc/api/androidtests/src/org/webrtc/RendererCommonTest.java
|
| @@ -10,17 +10,16 @@
|
|
|
| package org.webrtc;
|
|
|
| -import android.test.ActivityTestCase;
|
| -import android.test.MoreAsserts;
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
| -
|
| -import android.graphics.Point;
|
| -
|
| import static org.webrtc.RendererCommon.ScalingType.*;
|
| import static org.webrtc.RendererCommon.getDisplaySize;
|
| import static org.webrtc.RendererCommon.getLayoutMatrix;
|
| import static org.webrtc.RendererCommon.rotateTextureMatrix;
|
|
|
| +import android.graphics.Point;
|
| +import android.test.ActivityTestCase;
|
| +import android.test.MoreAsserts;
|
| +import android.test.suitebuilder.annotation.SmallTest;
|
| +
|
| public final class RendererCommonTest extends ActivityTestCase {
|
| @SmallTest
|
| static public void testDisplaySizeNoFrame() {
|
|
|