diff options
| author | Grace Kloba <klobag@google.com> | 2010-02-02 19:08:37 -0800 |
|---|---|---|
| committer | Grace Kloba <klobag@google.com> | 2010-02-02 19:08:37 -0800 |
| commit | 5b9b4d4efe739cfa2aa117372879c5c37443e644 (patch) | |
| tree | ca627fc65bebab9779a54f5d58ae37a582aef6ca /WebKit/android/jni/WebViewCore.h | |
| parent | 53c84f3caf7c84282400134fa9554cd465ec7da8 (diff) | |
| download | external_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.h | 2 |
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 |
