Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / events / gesture_detection / motion_event.cc
index d3646cc..71a6912 100644 (file)
@@ -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;