| Index: ui/events/event.h
|
| diff --git a/ui/events/event.h b/ui/events/event.h
|
| index 0a5d566ecfa501c1a281b3dad5f8c9b170a821c7..ec5581632f7e1161071bed4b8023a47b6137834a 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
|
|
|