commit | 950777f59395500bb893d184fadfecc5883f03df | [log] [tgz] |
---|---|---|
author | Mustaq Ahmed <mustaq@google.com> | Thu Dec 13 19:15:43 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Dec 13 19:15:43 2018 |
tree | c985c91869e90f7b497c762f036a7c3a47d0f31e | |
parent | b0cd9fa52aa185ef99e15b72de529740e3d3f3e4 [diff] |
Enable InputDeviceEventObserver to receive batched updates. On Android, we had a single system call forking into three different InputDeviceEventObserver calls, which resulted in redundant updates in InputDeviceChangeObserver. Batching multiple device updates into one avoids the redundancy. Bug: 904535 Change-Id: I04a56db23553ae2d1cbe97fffd97d03189665187 Reviewed-on: https://chromium-review.googlesource.com/c/1363636 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by: Michael Spang <spang@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#616385}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .