Descriptiontouch: Fix touch-event hit-testing for multiple touch points.
If the first touch press happens on a touch-region, but then moves out of that
region, and the second press happens again on the touch-region, then the hit-test
for the second finger would fail because the code used to only look at the position
of the first touch point. Fix that to make sure the position of the new touch
point is used for hit-testing.
BUG=321457
R=jamesr@chromium.org, rbyers@chromium.org
TBR=jochen@chromium.org for content_tests.gypi
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238289
Patch Set 1 #Patch Set 2 : tests #
Total comments: 2
Patch Set 3 : . #Patch Set 4 : test #Patch Set 5 : . #Patch Set 6 : . #Patch Set 7 : tot-merge #
Total comments: 4
Patch Set 8 : . #Patch Set 9 : . #
Messages
Total messages: 20 (0 generated)
|