From dc417b235a5d3dc193fa6a4e1884fd04428b79e2 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Wed, 9 Dec 2009 16:00:52 -0800 Subject: am 3d0d3fda: Enable longpress and doubletap to WebKit as touch event if it is requested. Merge commit '3d0d3fdaa1308448b47592c03cda81c7f9e1f789' into eclair-mr2-plus-aosp * commit '3d0d3fdaa1308448b47592c03cda81c7f9e1f789': Enable longpress and doubletap to WebKit as touch --- WebKit/android/jni/WebViewCore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKit/android/jni/WebViewCore.h') diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index 8a0df23..7385dac 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -277,7 +277,7 @@ namespace android { /** * Handle touch event */ - bool handleTouchEvent(int action, int x, int y); + int handleTouchEvent(int action, int x, int y); /** * Handle motionUp event from the UI thread (called touchUp in the -- cgit v1.1