| Index: ui/events/gestures/gesture_sequence.cc
|
| diff --git a/ui/events/gestures/gesture_sequence.cc b/ui/events/gestures/gesture_sequence.cc
|
| index 65d813aa83c016e3f4617b243fe2a50ac85d5620..7b37f4561b0f901de0fe684c5d6ec5add5abae2a 100644
|
| --- a/ui/events/gestures/gesture_sequence.cc
|
| +++ b/ui/events/gestures/gesture_sequence.cc
|
| @@ -520,6 +520,7 @@ GestureSequence::Gestures* GestureSequence::ProcessTouchEventForGesture(
|
| }
|
| 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_;
|
|
|