Index: webrtc/api/java/jni/androidvideocapturer_jni.h |
diff --git a/webrtc/api/java/jni/androidvideocapturer_jni.h b/webrtc/api/java/jni/androidvideocapturer_jni.h |
index eea56adb3e8a97325a69b5d992a94689327696f3..1416e0664cc47fef46edc7b7992b178751f74a37 100644 |
--- a/webrtc/api/java/jni/androidvideocapturer_jni.h |
+++ b/webrtc/api/java/jni/androidvideocapturer_jni.h |
@@ -36,7 +36,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate { |
AndroidVideoCapturerJni(JNIEnv* jni, |
jobject j_video_capturer, |
- jobject j_egl_context); |
+ rtc::scoped_refptr<SurfaceTextureHelper> helper); |
void Start(int width, int height, int framerate, |
webrtc::AndroidVideoCapturer* capturer) override; |