diff options
| author | Grace Kloba <klobag@google.com> | 2009-12-09 16:00:52 -0800 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2009-12-10 09:47:27 -0800 |
| commit | dc417b235a5d3dc193fa6a4e1884fd04428b79e2 (patch) | |
| tree | b09892444cee007d162e5696b983ce33fb000d0b /WebKit/android/jni/WebViewCore.h | |
| parent | 02967298aed46eb168ef8ce30d7212e2ab0487c9 (diff) | |
| download | external_webkit-dc417b235a5d3dc193fa6a4e1884fd04428b79e2.zip external_webkit-dc417b235a5d3dc193fa6a4e1884fd04428b79e2.tar.gz external_webkit-dc417b235a5d3dc193fa6a4e1884fd04428b79e2.tar.bz2 | |
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
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
| -rw-r--r-- | WebKit/android/jni/WebViewCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
