commit | 1f30125c1c1efb1e8f2e6ce9ed79f768c243d63e | [log] [tgz] |
---|---|---|
author | Huahui Wu <hwu@google.com> | Wed Jan 19 17:32:32 2011 -0800 |
committer | Huahui Wu <hwu@google.com> | Wed Jan 19 18:14:09 2011 -0800 |
tree | f339d183581d0c53bee387f2e3a0fb5aef96b003 | |
parent | 28f0a53a882a39bc22bc5892250411cadf6c0d5d [diff] |
b/3350774 avoid screen jumping when pinching to zoom. After the change that sends multi-touch to WebKit first, there is a chance that the single-touch move event is handled before multi- touch events are finished and this makes the page jumps. This change skips those single-touch move events to avoid that. Change-Id: I03992ef18c1de8e07933bd7cc6c12ffc02c014a8