| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index ed4b0ec46ff417f7572894253db428de1a364a64..a4152872219bd5bc7eed4566a4d00f3caa42a917 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -97,7 +97,11 @@ class AwContents : public FindHelper::Listener,
|
| void AddVisitedLinks(JNIEnv* env, jobject obj, jobjectArray jvisited_links);
|
| base::android::ScopedJavaLocalRef<jbyteArray> GetCertificate(
|
| JNIEnv* env, jobject obj);
|
| - void RequestNewHitTestDataAt(JNIEnv* env, jobject obj, jint x, jint y);
|
| + void RequestNewHitTestDataAt(JNIEnv* env,
|
| + jobject obj,
|
| + jfloat x,
|
| + jfloat y,
|
| + jfloat touch_major);
|
| void UpdateLastHitTestData(JNIEnv* env, jobject obj);
|
| void OnSizeChanged(JNIEnv* env, jobject obj, int w, int h, int ow, int oh);
|
| void SetViewVisibility(JNIEnv* env, jobject obj, bool visible);
|
|
|