Index: ui/events/gesture_detection/motion_event_buffer_unittest.cc |
diff --git a/ui/events/gesture_detection/motion_event_buffer_unittest.cc b/ui/events/gesture_detection/motion_event_buffer_unittest.cc |
index da3ffe500a8bdae13e768d9cecb452a862a4f84b..5e23bd529fd7663016eb1aaac66f33516da4339d 100644 |
--- a/ui/events/gesture_detection/motion_event_buffer_unittest.cc |
+++ b/ui/events/gesture_detection/motion_event_buffer_unittest.cc |
@@ -81,7 +81,6 @@ class MotionEventBufferTest : public testing::Test, |
static void ExpectEqualsImpl(const MotionEvent& a, |
const MotionEvent& b, |
bool ignore_history) { |
- EXPECT_EQ(a.GetId(), b.GetId()); |
EXPECT_EQ(a.GetAction(), b.GetAction()); |
if (a.GetAction() == MotionEvent::ACTION_POINTER_DOWN || |
a.GetAction() == MotionEvent::ACTION_POINTER_UP) { |