DescriptionCorrectly mark all mouse events derived from touch with FromTouch
Bug 401177 added more explicit tracking of the source of synthetic mouse
events. This CL updates the remianing places that generate mouse event
from touch input to explicitly mark them as so. To do this I've removed
an ASSERT I added that attempted to lock-in hit-test reduction
improvements. We have a dedicated test for this (hit-test-counts.html)
and so the ASSERT wasn't adding much. It's not worth the effort at this
point to refactor the touch drag and drop code (a little used feature)
to remove a couple of hit tests (but I've left the comments in place
saying that ideally we'd do so in the future).
BUG=408660
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181780
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|