DevTools: Wait when sending touch emulation events
Injected input should force generate a frame before being dispatched so that we ensure the compositor is aware of any touch event handlers and other side effects that may have occurred prior to the input. This was previously done for other modalities in this file in https://crrev.com/c/2437695 but not for mouse emulating touch. This causes the inspector-protocol/input/emulateTouchFromMouseEvent.js test to start failing when input is routed through the compositor. Bug: 915926 Change-Id: I135ecbcd8e69d3dad5ee3ff4bf3bd4de14e7a296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488543Reviewed-by:Dmitry Gozman <dgozman@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#819852}
Showing
Please register or sign in to comment