[Fullscreen Control] Prevent synthesizing mouse move events in test
The event dispatcher synthesizes mouse move events add feeds it to FullscreenControlHost immediately after the browser enters fullscreen, which interferes with the tests and makes the tests somewhat flaky. This CL prevents WindowEventDispatcher from synthesizing mouse move events. Note that this doesn't effect mouse move events coming from a real device. Bug: 841340 Change-Id: I850e4719e94c6a46dfbf14ae6a542b6ad76c6b7f Reviewed-on: https://chromium-review.googlesource.com/1058557 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#558905}
Showing
Please register or sign in to comment