Portals: Fix crash caused by touch ack after activate
The RenderWidgetHostView for the predecessor is destroyed by the time the ack is sent. We can safely ignore this ack, as all pending touch events are already acked when the RWHV is destroyed (see TouchEventAckQueue::UpdateQueueAfterTargetDestroyed). Bug: 969714 Change-Id: I40d8a390b4f5b67115733850f8ad2ab7e6ecfa3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645159Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#667104}
Showing
Please register or sign in to comment