summaryrefslogtreecommitdiffstats
path: root/services/inputflinger/InputDispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/InputDispatcher.h')
-rw-r--r--services/inputflinger/InputDispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/inputflinger/InputDispatcher.h b/services/inputflinger/InputDispatcher.h
index 9a340c9..80eed56 100644
--- a/services/inputflinger/InputDispatcher.h
+++ b/services/inputflinger/InputDispatcher.h
@@ -857,6 +857,8 @@ private:
Queue<EventEntry> mRecentQueue;
Queue<CommandEntry> mCommandQueue;
+ DropReason mLastDropReason;
+
void dispatchOnceInnerLocked(nsecs_t* nextWakeupTime);
// Enqueues an inbound event. Returns true if mLooper->wake() should be called.