| commit | 2dbbaccdef5a4b1f1348792a8b5be93e58507d33 | [log] [tgz] |
|---|---|---|
| author | luoe <luoe@chromium.org> | Fri Jul 22 04:43:07 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 04:45:09 2016 |
| tree | f36a087446f6fcf7cab50c9719b4b1dccb31b12e | |
| parent | cf5b729f072ba670c7b9966407fb3d47eb2169e7 [diff] |
DevTools: remove isTrusted check and isUserGesture from ViewportControl Previously, the ViewportControl never stuck to the bottom after a scroll event. The event.isTrusted check was always true, so it was not correctly distinguishing user-generated scroll events from script-generated ones. This CL removes isUserGesture accordingly. BUG=613879 Review-Url: https://codereview.chromium.org/2154893002 Cr-Commit-Position: refs/heads/master@{#407062}