| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 269ac88443973362cedc8b467da532d2cd14b51e..3961c6efdee1b7e91a60eb94b0b5b2283590cd63 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -108,7 +108,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jint pointer_id_0,
|
| jint pointer_id_1,
|
| jfloat touch_major_0,
|
| - jfloat touch_major_1);
|
| + jfloat touch_major_1,
|
| + jint tool_type);
|
| jboolean SendMouseMoveEvent(JNIEnv* env,
|
| jobject obj,
|
| jlong time_ms,
|
|
|