summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 03:27:25 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 03:27:25 +0000
commitf8ed472d365a2a65b604b825beefa53d26294617 (patch)
treed58a6c8525316efc931de636812e489b87315746 /chrome/common/url_constants.cc
parent2fe41ed4346411ef3380f2bcd344f82276b1b5dc (diff)
downloadchromium_src-f8ed472d365a2a65b604b825beefa53d26294617.zip
chromium_src-f8ed472d365a2a65b604b825beefa53d26294617.tar.gz
chromium_src-f8ed472d365a2a65b604b825beefa53d26294617.tar.bz2
touch: 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 Review URL: https://codereview.chromium.org/76283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.cc')
0 files changed, 0 insertions, 0 deletions