| commit | cb9341c9f5539577a82aae52e19bd789148001bc | [log] [tgz] |
|---|---|---|
| author | dtapuska <dtapuska@chromium.org> | Tue Jul 26 16:27:53 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 26 16:30:19 2016 |
| tree | 371b51e94da0462b55317ef86afc1c02c3160f10 | |
| parent | 6824026bf973ac62db40ddcc29818d105824616a [diff] |
Generalize the main thread event queue into a common event queue. Teach the WebInputEventQueue about ScopedWebInputEvents so we can use a single queue instead of one per event class. This reduces code duplication and allows for another patch to then take advantage of this for all events. BUG=624012,599152 Review-Url: https://codereview.chromium.org/2170913002 Cr-Commit-Position: refs/heads/master@{#407826}