| Index: ui/aura/test/event_generator.h
|
| diff --git a/ui/aura/test/event_generator.h b/ui/aura/test/event_generator.h
|
| index a914a207fdb7cbff2fb1e3dbfe5da24628e657ad..ee9bf518352f3a92694b5970ed40475b8bdff5a2 100644
|
| --- a/ui/aura/test/event_generator.h
|
| +++ b/ui/aura/test/event_generator.h
|
| @@ -214,6 +214,11 @@ class EventGenerator {
|
| // to the center of the window.
|
| void PressMoveAndReleaseTouchToCenterOf(Window* window);
|
|
|
| + // Generates and dispatches a Win8 edge-swipe event (swipe up from bottom or
|
| + // swipe down from top). Note that it is not possible to distinguish between
|
| + // the two edges with this event.
|
| + void GestureEdgeSwipe();
|
| +
|
| // Generates and dispatches touch-events required to generate a TAP gesture.
|
| // Note that this can generate a number of other gesture events at the same
|
| // time (e.g. GESTURE_BEGIN, TAP_DOWN, END).
|
|
|