Remove unnecessary DCHECK in TouchEventQueue handler notification
Previously, the TouchEventQueue would flush itself when notified that all touch handlers have been removed. As that is no longer the case, remove the assert verifying that the queue is empty when notified that a touch handler has been added. BUG=406916 Review URL: https://codereview.chromium.org/569793003 Cr-Commit-Position: refs/heads/master@{#294711}
Showing
Please register or sign in to comment