DescriptionCorrected issues with queued touch events. This fixes gestures in Windows.
The underlying issue is that the GR expects individual touch events (one touch per event) while javascript expects composite events (containing information on each touch point in a single event.)
BUG=130205
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146180
Patch Set 1 #Patch Set 2 : Fix for multi-touch gestures. We now track the number of touch events in each message, and send th… #
Total comments: 14
Patch Set 3 : Cleaned up as per Sadrul's review. #Patch Set 4 : More clean-up. #
Total comments: 1
Patch Set 5 : Updated changes from beng, sadrul. #Patch Set 6 : Fix build breakage. Adding a missing header. #
Messages
Total messages: 10 (0 generated)
|