| commit | 8807296b1722d6b1fbf5f4c50240d6aa9be8aff8 | [log] [tgz] |
|---|---|---|
| author | khushalsagar <khushalsagar@chromium.org> | Fri Jan 15 21:40:27 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jan 15 21:42:08 2016 |
| tree | 543a39ede0793ac91a395418bef9c5c3a7f74d6b | |
| parent | 4aa57448482ce4abf01d65a80d113a4b664890a9 [diff] |
blimp: Fix input events sent from the client to the engine The BlimpInputHandlerWrapper incorrectly sets the input events handles by the compositor as consumed, causing duplicate events being sent to the compositor and the renderer on the engine. Don't send events handled or dropped by the compositor to the engine. Review URL: https://codereview.chromium.org/1591083002 Cr-Commit-Position: refs/heads/master@{#369850}