Fix issue with longpress drag selection motion
If the user has already dragged outside the initial selected word region
by the time the browser gets a selection update, or if the selected word
isn't coincident with the longpress location, the subsequently dragged
selection endpoint can be wrong. For such cases, rather than
using the drag direction for drag anchor picking, just use the distance
between the current touch point and the selection endpoints.
BUG=466749
Review URL: https://codereview.chromium.org/
1271823002
Cr-Commit-Position: refs/heads/master@{#341791}