Ignore gesture sequences that have no target.
This CL implements a speculative fix for the associated bug, on the theory that sequences associated with context menus (triggered by GestureLongPress) may not be properly suppressed on Windows, leading to the observation of sequences without any target in RenderWidgetHostInputEventRouter. If this hypothesis is correct, then we should be correct in ignoring such sequences, and this CL implements that. This CL also removes the code for collecting debug data introduced in https://codereview.chromium.org/1783533002/. BUG=592319 Review URL: https://codereview.chromium.org/1810693002 Cr-Commit-Position: refs/heads/master@{#381540}
Showing
Please register or sign in to comment