summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-02-02 19:08:37 -0800
committerGrace Kloba <klobag@google.com>2010-02-02 19:08:37 -0800
commit5b9b4d4efe739cfa2aa117372879c5c37443e644 (patch)
treeca627fc65bebab9779a54f5d58ae37a582aef6ca /WebKit/android/jni/WebViewCore.h
parent53c84f3caf7c84282400134fa9554cd465ec7da8 (diff)
downloadexternal_webkit-5b9b4d4efe739cfa2aa117372879c5c37443e644.zip
external_webkit-5b9b4d4efe739cfa2aa117372879c5c37443e644.tar.gz
external_webkit-5b9b4d4efe739cfa2aa117372879c5c37443e644.tar.bz2
Pass touch event time from Java to WebKit
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index f1893ff..ee87d84 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -283,7 +283,7 @@ namespace android {
/**
* Handle touch event
*/
- int handleTouchEvent(int action, int x, int y);
+ int handleTouchEvent(int action, int x, int y, long time);
/**
* Handle motionUp event from the UI thread (called touchUp in the