| 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..3a3b1529ee68145326a491228cd964cba7c1d4f5 100644
|
| --- a/ui/aura/test/event_generator.h
|
| +++ b/ui/aura/test/event_generator.h
|
| @@ -214,6 +214,10 @@ class EventGenerator {
|
| // to the center of the window.
|
| void PressMoveAndReleaseTouchToCenterOf(Window* window);
|
|
|
| +#if defined(OS_WIN)
|
| + void GestureEdgeSwipe();
|
| +#endif
|
| +
|
| // 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).
|
|
|