commit | cc61ac50a8703ce63ef9851ebf36d3efa33a2e25 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Wed Jun 23 16:52:37 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 23 16:52:37 2010 -0700 |
tree | deb076b69ffbc2939d2a76c0fb3cdd38053f668d | |
parent | 9ff7d34ad36f1d4c8311d05af9c80e3521525c68 [diff] | |
parent | d974e0069778693234e3499eabc435d9045bb068 [diff] |
Merge "Remember to initialize timestamps in the dispatch allocator" into gingerbread
diff --git a/libs/ui/InputDispatcher.cpp b/libs/ui/InputDispatcher.cpp index 2ad3382..b3103a4 100644 --- a/libs/ui/InputDispatcher.cpp +++ b/libs/ui/InputDispatcher.cpp
@@ -1440,6 +1440,7 @@ entry->type = type; entry->refCount = 1; entry->dispatchInProgress = false; + entry->eventTime = eventTime; entry->injectionResult = INPUT_EVENT_INJECTION_PENDING; entry->injectorPid = -1; entry->injectorUid = -1;