| Index: talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| diff --git a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| index 4c0b48ca48c217fc0afad85d13e54c78905d5520..0663f3a43c71bd3d0363b4c3635fee2890a799d9 100644
|
| --- a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| +++ b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| @@ -62,7 +62,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate {
|
| void OnCapturerStarted(bool success);
|
| void OnMemoryBufferFrame(void* video_frame, int length, int width,
|
| int height, int rotation, int64_t timestamp_ns);
|
| - void OnTextureFrame(int width, int height, int64_t timestamp_ns,
|
| + void OnTextureFrame(int width, int height, int rotation, int64_t timestamp_ns,
|
| const NativeHandleImpl& handle);
|
| void OnOutputFormatRequest(int width, int height, int fps);
|
|
|
|
|