| Index: ui/events/event.h
|
| diff --git a/ui/events/event.h b/ui/events/event.h
|
| index 3d114535b2234482d0983c08ec1db5f8fd5a6cb5..ef1bee1faec893d0627448e6b14f488e1c6f8054 100644
|
| --- a/ui/events/event.h
|
| +++ b/ui/events/event.h
|
| @@ -157,7 +157,6 @@ class EVENTS_EXPORT Event {
|
| case ET_GESTURE_LONG_TAP:
|
| 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
|
| // occurs earlier, add the event to |IsEndingEvent|.
|
| return true;
|
|
|