Chromium Code Reviews| Index: ui/events/event.h |
| diff --git a/ui/events/event.h b/ui/events/event.h |
| index 01eba2690cb95a123d2014b9add53dba8e8dffc0..c7182fbc45e2f0026973d20958e72496c58465b4 100644 |
| --- a/ui/events/event.h |
| +++ b/ui/events/event.h |
| @@ -125,6 +125,7 @@ class EVENTS_EXPORT Event { |
| case ET_GESTURE_LONG_TAP: |
| case ET_GESTURE_MULTIFINGER_SWIPE: |
| case ET_GESTURE_SHOW_PRESS: |
| + case ET_GESTURE_WIN8_EDGE_SWIPE: |
| // When adding a gesture event which is paired with an event which |
| // occurs earlier, add the event to |IsEndingEvent|. |
| return true; |