commit | 1d93adc3addd7b336d541f77eb272c2aa43a7053 | [log] [tgz] |
---|---|---|
author | hush <[email protected]> | Thu Nov 13 20:11:16 2014 |
committer | Commit bot <[email protected]> | Thu Nov 13 20:11:35 2014 |
tree | 665eb42859facdf88c8e0469b622a334741b68bb | |
parent | 958f5e401524d8a31c5cf9228b3c9adace3d30ff [diff] |
Pass TouchMajor to HitTestResult Blink side change to do hit-test that mimics GestureTap: https://codereview.chromium.org/470833002 Without the touch major information, HitTestResult may not match how touch events are handled in content view core. As a result, it is possible that the user touches a link while the hitTestResult returns unknown type. BUG=403865 Review URL: https://codereview.chromium.org/475633002 Cr-Commit-Position: refs/heads/master@{#304067}