| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index 13810073d41de492f7055cc3d8c6789be1c066dc..5c4a81b5e2dcded22f6a9e9f8331984479d91176 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -98,7 +98,12 @@ 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,
|
| + jint x,
|
| + jint y,
|
| + jfloat touch_major_0,
|
| + jfloat touch_major_1);
|
| 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);
|
|
|