commit | 9808da3ecdd1ca94f29e2d5e8c93f40092afb674 | [log] [tgz] |
---|---|---|
author | Scott Violet <sky@chromium.org> | Fri Oct 19 16:20:47 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 19 16:20:47 2018 |
tree | a5b88f1ace36de1329ae05a5420200ba9d1710fe | |
parent | 143c15ec1bb5d831c3dc896ef319e376d613eb5b [diff] |
reland: adds ability to track when keyevent processed asynchronously This adds the ability to register a callback on a KeyEvent that is called when async processing completes. This is important for content as key events may be handed to the renderer, which means the event is asynchronously processed. BUG=891489 TEST=none TBR=sadrul@chromium.org Change-Id: I1dc0ae3768c61eac7bd5edadf0be8562dae8b1d3 Reviewed-on: https://chromium-review.googlesource.com/c/1290069 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#601175}
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 .