Chromium Code Reviews| Index: trunk/src/ui/events/gestures/gesture_sequence.cc |
| =================================================================== |
| --- trunk/src/ui/events/gestures/gesture_sequence.cc (revision 244019) |
| +++ trunk/src/ui/events/gestures/gesture_sequence.cc (working copy) |
| @@ -520,7 +520,6 @@ |
| } |
| new_point->set_point_id(point_count_++); |
| new_point->set_touch_id(event.touch_id()); |
| - new_point->set_source_device_id(event.source_device_id()); |
| } |
| GestureState last_state = state_; |