Index: ui/aura/gestures/gesture_point.cc |
=================================================================== |
--- ui/aura/gestures/gesture_point.cc (revision 124450) |
+++ ui/aura/gestures/gesture_point.cc (working copy) |
@@ -27,8 +27,7 @@ |
: first_touch_time_(0.0), |
last_touch_time_(0.0), |
last_tap_time_(0.0), |
- velocity_calculator_(kBufferedPoints), |
- point_id_(-1) { |
+ velocity_calculator_(kBufferedPoints) { |
} |
GesturePoint::~GesturePoint() {} |
@@ -36,7 +35,6 @@ |
void GesturePoint::Reset() { |
first_touch_time_ = last_touch_time_ = 0.0; |
velocity_calculator_.ClearHistory(); |
- point_id_ = -1; |
} |
void GesturePoint::UpdateValues(const TouchEvent& event) { |