diff options
author | Grace Kloba <klobag@google.com> | 2010-02-02 19:08:37 -0800 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2010-02-03 09:45:07 -0800 |
commit | 22c64e5cc7b7c54cea1cf6cb3bb1021f072e365c (patch) | |
tree | d556cec3ecc5cbbde2ada12a9d5100d4c73d7d62 /WebKit/android/plugins/android_npapi.h | |
parent | 52d25f0b47a8bb2c38de3a8429316221f742b8f9 (diff) | |
download | external_webkit-22c64e5cc7b7c54cea1cf6cb3bb1021f072e365c.zip external_webkit-22c64e5cc7b7c54cea1cf6cb3bb1021f072e365c.tar.gz external_webkit-22c64e5cc7b7c54cea1cf6cb3bb1021f072e365c.tar.bz2 |
Pass touch event time from Java to WebKit
merge from https://android-git.corp.google.com/g/#change,39356
Diffstat (limited to 'WebKit/android/plugins/android_npapi.h')
-rw-r--r-- | WebKit/android/plugins/android_npapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/plugins/android_npapi.h b/WebKit/android/plugins/android_npapi.h index 4173528..1f2072d 100644 --- a/WebKit/android/plugins/android_npapi.h +++ b/WebKit/android/plugins/android_npapi.h @@ -893,6 +893,7 @@ typedef uint32_t ANPLifecycleAction; /* This is what is passed to NPP_HandleEvent() */ struct ANPEvent { uint32_t inSize; // size of this struct in bytes + uint32_t timeStamp; ANPEventType eventType; // use based on the value in eventType union { |