| Index: talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java
|
| diff --git a/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java b/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java
|
| index e48019ad050ccc8fc5b19eb84e8d07589827bfda..d6d2023e93e1c1cefc4d10ab30c5d5dd69a4ba8d 100644
|
| --- a/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java
|
| +++ b/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java
|
| @@ -28,7 +28,6 @@
|
| package org.webrtc;
|
|
|
| import android.graphics.SurfaceTexture;
|
| -import android.opengl.EGLContext;
|
| import android.opengl.GLES11Ext;
|
| import android.opengl.GLES20;
|
| import android.os.Build;
|
| @@ -40,6 +39,8 @@ import java.util.concurrent.Callable;
|
| import java.util.concurrent.CountDownLatch;
|
| import java.util.concurrent.TimeUnit;
|
|
|
| +import javax.microedition.khronos.egl.EGLContext;
|
| +
|
| /**
|
| * Helper class to create and synchronize access to a SurfaceTexture. The caller will get notified
|
| * of new frames in onTextureFrameAvailable(), and should call returnTextureFrame() when done with
|
|
|