Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / events / gestures / gesture_sequence.cc
index a3198b0..2ca1579 100644 (file)
@@ -612,6 +612,8 @@ GestureSequence::Gestures* GestureSequence::ProcessTouchEventForGesture(
         point.UpdateForScroll();
       break;
     case GST_SCROLL_FIRST_MOVED_HANDLED:
+      if (point.DidScroll(event, 0))
+        point.UpdateForScroll();
       break;
     case GST_SCROLL_FIRST_RELEASED:
     case GST_SCROLL_FIRST_CANCELLED: