| 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 33b8c95986e673fcc82b5b59cdc42015e53ddb45..cb6338d65e16d910f59759e7dee5b031ade3fcbe 100644
|
| --- a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java
|
| +++ b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java
|
| @@ -171,8 +171,7 @@ public class VideoCapturerAndroidTest extends ActivityTestCase {
|
| @Override
|
| protected void setUp() {
|
| assertTrue(PeerConnectionFactory.initializeAndroidGlobals(
|
| - getInstrumentation().getContext(), true,
|
| - true, true, null));
|
| + getInstrumentation().getContext(), true, true, true));
|
| }
|
|
|
| @SmallTest
|
|
|