Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / common / input / web_touch_event_traits.h
index 74e9d6e..a29c070 100644 (file)
@@ -22,6 +22,10 @@ class CONTENT_EXPORT WebTouchEventTraits {
   // touches to some active touches (the start of a new "touch sequence").
   static bool IsTouchSequenceStart(const blink::WebTouchEvent& event);
 
+  // Returns whether this event represents a transition from active
+  // touches to no active touches (the end of a "touch sequence").
+  static bool IsTouchSequenceEnd(const blink::WebTouchEvent& event);
+
   // Sets the type of |event| to |type|, resetting any other type-specific
   // properties and updating the timestamp.
   static void ResetType(blink::WebInputEvent::Type type,