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 4a803d9a423e9de54b51b36db953a7393c0aedf0..00c7d918387ad139bd83a1ccf1ae8b6c8053a8b1 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); |