| Index: talk/app/webrtc/androidvideocapturer.h
|
| diff --git a/talk/app/webrtc/androidvideocapturer.h b/talk/app/webrtc/androidvideocapturer.h
|
| index 2cfbdd808a1a7dfc5b2a4801394d8eb5270d38cc..84b1c06d65a499393b3dc0ba39b06e3d12c34c7f 100644
|
| --- a/talk/app/webrtc/androidvideocapturer.h
|
| +++ b/talk/app/webrtc/androidvideocapturer.h
|
| @@ -71,6 +71,8 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
|
| // Called from JNI when a new frame has been captured.
|
| void OnIncomingFrame(void* video_frame,
|
| int length,
|
| + int width,
|
| + int height,
|
| int rotation,
|
| int64 time_stamp);
|
|
|
|
|