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 b9c158f848e2b24792e359bffc56db90322c8fd5..261191a750b486390fc7e84a9bf82eb26d9c81cb 100644 |
--- a/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java |
+++ b/talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java |
@@ -51,7 +51,7 @@ import javax.microedition.khronos.egl.EGLContext; |
* wrapping texture frames into webrtc::VideoFrames and also handles calling returnTextureFrame() |
* when the webrtc::VideoFrame is no longer used. |
*/ |
-final class SurfaceTextureHelper { |
+class SurfaceTextureHelper { |
private static final String TAG = "SurfaceTextureHelper"; |
/** |
* Callback interface for being notified that a new texture frame is available. The calls will be |