DescriptionRemove WebTouchEvent.targetTouches
Remove this field as it is no longer used by Chromium. Also prepare the
way for removing |WebTouchEvent.changedTouches| by populating
|WebTouchEvent.touches| with *all* touch points, even those that are
released or cancelled, in WebTouchEventBuilder. The plugin consumer
downstream can resynthesize the changed touches on-demand.
This is part 2 of a 4-sided patch simplifying WebTouchEvent:
1) https://codereview.chromium.org/557863002/
2) This change
3) https://codereview.chromium.org/559693003/
4) https://codereview.chromium.org/560493003/
BUG=358132
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181775
Patch Set 1 #Patch Set 2 : Updates #
Total comments: 2
Patch Set 3 : Cleanup and simplify #
Messages
Total messages: 13 (3 generated)
|