Index: ui/events/event.h |
diff --git a/ui/events/event.h b/ui/events/event.h |
index d057a280594fa1a3753e996d5e60aae367f2c933..ebcdd50aeeec0fe47a52de7e53db39331d9f2009 100644 |
--- a/ui/events/event.h |
+++ b/ui/events/event.h |
@@ -104,7 +104,6 @@ class EVENTS_EXPORT Event { |
return type_ == ET_TOUCH_RELEASED || |
type_ == ET_TOUCH_PRESSED || |
type_ == ET_TOUCH_MOVED || |
- type_ == ET_TOUCH_STATIONARY || |
type_ == ET_TOUCH_CANCELLED; |
} |