| 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 d3646cc4f9bd0a00698bd75b0382792af376184a..71a6912d06fc8f31d1fc35b56f5651018fc6a394 100644
|
| --- a/ui/events/gesture_detection/motion_event.cc
|
| +++ b/ui/events/gesture_detection/motion_event.cc
|
| @@ -63,6 +63,8 @@ bool operator==(const MotionEvent& lhs, const MotionEvent& rhs) {
|
| 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;
|
|
|