DescriptionRemove references to WebTouchEvent.targetTouches
This field will soon be removed entirely, instead replaced by the
|WebTouchEvent.touches| field as the global container for all touches
offered to embedders. Use that field to populate Pepper's
changed and target touch lists, eliminating Pepper's dependency on
|WebTouchEvent.changedTouches| and |WebTouchEvent.targetTouches|.
This is part 1 of a 4-sided patch simplifying WebTouchEvent:
1) This change
2) https://codereview.chromium.org/558773002/
3) https://codereview.chromium.org/559693003/
4) https://codereview.chromium.org/560493003/
BUG=358132
Committed: https://crrev.com/dd03ea640f54cd5b6e8b718cb4ab754918d9701a
Cr-Commit-Position: refs/heads/master@{#294250}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Remove deprecation, populate TARGET touches #Patch Set 3 : Cleanup #Patch Set 4 : Unit tests #Patch Set 5 : Minor tweaks #
Messages
Total messages: 25 (8 generated)
|