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..c70fad8177f1760c7d7f01812dcbe39ff05041b0 100644 |
--- a/webrtc/api/java/jni/androidvideocapturer_jni.h |
+++ b/webrtc/api/java/jni/androidvideocapturer_jni.h |
@@ -68,7 +68,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate { |
// are not guaranteed to be delivered. |
template <typename... Args> |
void AsyncCapturerInvoke( |
- const char* method_name, |
+ const rtc::Location& posted_from, |
void (webrtc::AndroidVideoCapturer::*method)(Args...), |
typename Identity<Args>::type... args); |