diff options
author | pkotwicz <pkotwicz@chromium.org> | 2015-05-25 14:32:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-25 21:33:01 +0000 |
commit | b5ad9dfacc21cd3a2c4759df3b6b9c7778757582 (patch) | |
tree | a233f84539a7c5fa77c962ba008a1e01b3344720 /tools | |
parent | 59c23b4553b683f8fca3707f50be185cafcee052 (diff) | |
download | chromium_src-b5ad9dfacc21cd3a2c4759df3b6b9c7778757582.zip chromium_src-b5ad9dfacc21cd3a2c4759df3b6b9c7778757582.tar.gz chromium_src-b5ad9dfacc21cd3a2c4759df3b6b9c7778757582.tar.bz2 |
Fix SinglePositionTouchNoiseFilter::TrackTouch()
This CL changes the index at which the touch is inserted by
SinglePositionTouchNoiseFilter::TrackTouch()
Previously, the touch was inserted at |tracked_touches_end_|
This CL inserts the touch at |tracked_touches_end_| - 1
BUG=None
TEST=TouchNoiseFinder.MultiSecondTouch
Review URL: https://codereview.chromium.org/1158613002
Cr-Commit-Position: refs/heads/master@{#331302}
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions