Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: ui/aura/test/event_generator.h

Issue 143023003: Fully support the autohide shelf option for touch UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/test/event_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/test/event_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698