Merge "Fix deadlock in dispatcher. (DO NOT MERGE)" into honeycomb-mr2

This commit is contained in:
Jeff Brown
2011-05-25 18:55:52 -07:00
committed by Android (Google) Code Review

View File

@@ -2432,7 +2432,6 @@ void InputDispatcher::notifyMotion(nsecs_t eventTime, int32_t deviceId, uint32_t
// Do the batching magic.
batchMotionLocked(motionEntry, eventTime, metaState, pointerCoords,
"pending motion event");
mLock.unlock();
return; // done!
}
}