Fix bug where floating keyboard jitters when dragging with multi-touch
When you use multiple fingers to drag the keyboard around, the events for these get sent to the event filter sequentially. Check for a pointer ID (which is unique per touch point) and include it in the active drag descriptor. Ignore non-matching pointer events. Bug: 802992 Change-Id: I5a3948719e5c103ee1aa618afc3fe36939567326 Reviewed-on: https://chromium-review.googlesource.com/979739Reviewed-by:Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#549424}
Showing
Please register or sign in to comment