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

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

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Created 6 years, 8 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
Index: ui/aura/test/event_generator.h
diff --git a/ui/aura/test/event_generator.h b/ui/aura/test/event_generator.h
index fe71f2eb82712dcf730abc811851177268bd2aa8..7c3162a537d137a27fed6fe8cb910211c8518f85 100644
--- a/ui/aura/test/event_generator.h
+++ b/ui/aura/test/event_generator.h
@@ -188,6 +188,12 @@ class EventGenerator {
// Generates a ET_TOUCH_MOVED event to |point| with |touch_id|.
void MoveTouchId(const gfx::Point& point, int touch_id);
+ // Generates ET_TOUCH_STATIONARY event.
+ void StationaryTouch();
+
+ // Generates ET_TOUCH_STATIONARY event with |touch_id|.
+ void StationaryTouchId(int touch_id);
+
// Generates a touch release event.
void ReleaseTouch();

Powered by Google App Engine
This is Rietveld 408576698