| commit | 7d314cf3ad6a9f0fe163228f7a0efc5a72adc560 | [log] [tgz] |
|---|---|---|
| author | nzolghadr <nzolghadr@chromium.org> | Thu Jul 21 22:41:59 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 22:43:44 2016 |
| tree | 7d9d0d7dbd81dd85f6f20f44081ee7a267594f43 | |
| parent | af3ffdd21e5d85844ca1154d26431eff24ec7cf9 [diff] |
Send got/lostpointercapture immediately if possible After calls to set/releasepointercapture queue the process pending pointer capture task if the capture target and pending capture target were the same. This way it not only sends the capture event immediately in the normal cases but also doesn't generate to the inifinite got/lostpointercapture event sequence. BUG=627192 Review-Url: https://codereview.chromium.org/2147263003 Cr-Commit-Position: refs/heads/master@{#406972}