DescriptionUse a minimum touch size for selection handle hit testing
Certain Android devices, as well as stylus and mouse inputs, may report zero
for the touch size. These sizes are used when constructing the rect for touch
handle insersection tests. However, gfx::RectBase will always report false when
performing the intersection test if either rect is empty. Add an appropriate
epsilon minimum touch size when forming the touch bounding box rect.
BUG=402795
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289501
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|