From 22c64e5cc7b7c54cea1cf6cb3bb1021f072e365c Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Tue, 2 Feb 2010 19:08:37 -0800 Subject: Pass touch event time from Java to WebKit merge from https://android-git.corp.google.com/g/#change,39356 --- WebKit/android/plugins/android_npapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'WebKit/android/plugins/android_npapi.h') 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 { -- cgit v1.1