Index: ui/base/gestures/gesture_types.cc |
diff --git a/ui/base/gestures/gesture_types.cc b/ui/base/gestures/gesture_types.cc |
index fbda748285f388ff413800e85dfeb35f00f5f1f3..8c48ca49cf4587777502f4e1683db291f746be7b 100644 |
--- a/ui/base/gestures/gesture_types.cc |
+++ b/ui/base/gestures/gesture_types.cc |
@@ -33,7 +33,7 @@ GestureEventDetails::GestureEventDetails(ui::EventType type, |
case ui::ET_GESTURE_BEGIN: |
case ui::ET_GESTURE_END: |
- data.touch_points = static_cast<int>(delta_x); |
+ set_touch_points(static_cast<int>(delta_x)); |
CHECK_EQ(0.f, delta_y) << "Unknown data in delta_y for begin/end"; |
break; |