Index: webrtc/api/java/jni/native_handle_impl.h |
diff --git a/webrtc/api/java/jni/native_handle_impl.h b/webrtc/api/java/jni/native_handle_impl.h |
index b781815718dfd89f2d175060b3ef69a4b4e88e7e..fed01252e6033e916604aeb0cb2980349f71d460 100644 |
--- a/webrtc/api/java/jni/native_handle_impl.h |
+++ b/webrtc/api/java/jni/native_handle_impl.h |
@@ -42,6 +42,8 @@ class AndroidTextureBuffer : public webrtc::NativeHandleBuffer { |
rtc::scoped_refptr<AndroidTextureBuffer> CropScaleAndRotate( |
int cropped_width, |
int cropped_height, |
+ int crop_x, |
+ int crop_y, |
int dst_width, |
int dst_height, |
webrtc::VideoRotation rotation); |