| Index: ui/events/event_constants.h
|
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
|
| index 2a545b740ae17d3176a3b90be8d4699336e01c0b..f5502984209f629df8879dbbbd3652eac9f1d8ae 100644
|
| --- a/ui/events/event_constants.h
|
| +++ b/ui/events/event_constants.h
|
| @@ -49,6 +49,9 @@ enum EventType {
|
| ET_GESTURE_MULTIFINGER_SWIPE,
|
| ET_GESTURE_SHOW_PRESS,
|
|
|
| + // Sent by Win8+ metro when the user swipes from the bottom or top.
|
| + ET_GESTURE_WIN8_EDGE_SWIPE,
|
| +
|
| // Scroll support.
|
| // TODO[davemoore] we need to unify these events w/ touch and gestures.
|
| ET_SCROLL,
|
|
|