| Index: ui/events/event.h
|
| diff --git a/ui/events/event.h b/ui/events/event.h
|
| index d85519fd777af14325bdec9cba714ab7fdffd0e9..e39ba1e1e5a38b80a9e6dd951a1f0e2d3bae0831 100644
|
| --- a/ui/events/event.h
|
| +++ b/ui/events/event.h
|
| @@ -123,7 +123,7 @@ class EVENTS_EXPORT Event {
|
| case ET_GESTURE_PINCH_UPDATE:
|
| case ET_GESTURE_LONG_PRESS:
|
| case ET_GESTURE_LONG_TAP:
|
| - case ET_GESTURE_MULTIFINGER_SWIPE:
|
| + case ET_GESTURE_SWIPE:
|
| case ET_GESTURE_SHOW_PRESS:
|
| case ET_GESTURE_WIN8_EDGE_SWIPE:
|
| // When adding a gesture event which is paired with an event which
|
|
|