DescriptionInvalid press events don't create multiple pointers with the same id.
Previously if we got an invalid event stream such as
Press id 0
Press id 0
MotionEventAura would happily add the second pointer. Now we replace
the first pointer with the second pointer.
This work around is required due to crbug.com/373125.
BUG=450880
Committed: https://crrev.com/b88d572b627a99714051bf057afdb2ead4f58489
Cr-Commit-Position: refs/heads/master@{#313116}
Patch Set 1 #Patch Set 2 : Add test. #
Total comments: 2
Patch Set 3 : Use a fake touch cancel. #
Total comments: 1
Patch Set 4 : Update test. #
Messages
Total messages: 13 (4 generated)
|