Index: ui/events/gesture_detection/motion_event.cc |
diff --git a/ui/events/gesture_detection/motion_event.cc b/ui/events/gesture_detection/motion_event.cc |
index 71a6912d06fc8f31d1fc35b56f5651018fc6a394..d3646cc4f9bd0a00698bd75b0382792af376184a 100644 |
--- a/ui/events/gesture_detection/motion_event.cc |
+++ b/ui/events/gesture_detection/motion_event.cc |
@@ -63,8 +63,6 @@ |
lhs.GetRawX(i) != rhs.GetRawX(rhsi) || |
lhs.GetRawY(i) != rhs.GetRawY(rhsi) || |
lhs.GetTouchMajor(i) != rhs.GetTouchMajor(rhsi) || |
- lhs.GetTouchMinor(i) != rhs.GetTouchMinor(rhsi) || |
- lhs.GetOrientation(i) != rhs.GetOrientation(rhsi) || |
lhs.GetPressure(i) != rhs.GetPressure(rhsi) || |
lhs.GetToolType(i) != rhs.GetToolType(rhsi)) |
return false; |