Index: ui/events/gesture_detection/motion_event_buffer.cc |
diff --git a/ui/events/gesture_detection/motion_event_buffer.cc b/ui/events/gesture_detection/motion_event_buffer.cc |
index 839cce5ff910d3c8c9e4330812feba655b32b6d2..e217d86b5c16de648782860164331ca42ffc86ca 100644 |
--- a/ui/events/gesture_detection/motion_event_buffer.cc |
+++ b/ui/events/gesture_detection/motion_event_buffer.cc |
@@ -146,7 +146,6 @@ scoped_ptr<MotionEventGeneric> ResampleMotionEvent( |
} |
DCHECK(event); |
- event->set_id(event0.GetId()); |
event->set_button_state(event0.GetButtonState()); |
return event.Pass(); |
} |