| 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 16210b175edba22f671a33216180e5b82c9daca0..9b3bb4f65b484ee16d7e54cc2df644a8bbfaffa6 100644
|
| --- a/webrtc/api/java/jni/androidvideocapturer_jni.h
|
| +++ b/webrtc/api/java/jni/androidvideocapturer_jni.h
|
| @@ -42,7 +42,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate {
|
|
|
| std::string GetSupportedFormats() override;
|
|
|
| - // Called from VideoCapturerAndroid::NativeObserver on a Java thread.
|
| + // Called from VideoCapturer::NativeObserver on a Java thread.
|
| void OnCapturerStarted(bool success);
|
| void OnMemoryBufferFrame(void* video_frame, int length, int width,
|
| int height, int rotation, int64_t timestamp_ns);
|
|
|