Index: content/browser/android/content_view_core_impl.cc |
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc |
index 57c48a2faf5119dca6e67f27d097cf5c84eae37d..cd4ef08e0388518dc67bbeed7786297951e9de02 100644 |
--- a/content/browser/android/content_view_core_impl.cc |
+++ b/content/browser/android/content_view_core_impl.cc |
@@ -936,6 +936,10 @@ jboolean ContentViewCoreImpl::OnTouchEvent(JNIEnv* env, |
jint pointer_id_1, |
jfloat touch_major_0, |
jfloat touch_major_1, |
+ jfloat touch_minor_0, |
+ jfloat touch_minor_1, |
+ jfloat orientation_0, |
+ jfloat orientation_1, |
jfloat raw_pos_x, |
jfloat raw_pos_y, |
jint android_tool_type_0, |
@@ -963,6 +967,10 @@ jboolean ContentViewCoreImpl::OnTouchEvent(JNIEnv* env, |
pointer_id_1, |
touch_major_0, |
touch_major_1, |
+ touch_minor_0, |
+ touch_minor_1, |
+ orientation_0, |
+ orientation_1, |
raw_pos_x, |
raw_pos_y, |
android_tool_type_0, |