Remove references to WebTouchEvent.changedTouches
Now that Blink fully populates the |WebTouchEvent.touches| field when offering events to plugins, we can safely stop using |WebTouchEvent.changedTouches|. This is part 3 of a 4-sided patch simplifying WebTouchEvent: 1) https://codereview.chromium.org/557863002/ 2) https://codereview.chromium.org/558773002/ 3) This change 4) https://codereview.chromium.org/560493003/ BUG=358132 Review URL: https://codereview.chromium.org/559693003 Cr-Commit-Position: refs/heads/master@{#294390}
Showing
Please register or sign in to comment