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

Unified Diff: ui/events/event_constants.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
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index 2a545b740ae17d3176a3b90be8d4699336e01c0b..5ebf2c6b54c3082de5d9376b2605ad0a628ae7c2 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_EDGE_SWIPE,
sadrul 2014/02/08 17:14:21 Hm. All ET_GESTURE events are currently constructe
+
// Scroll support.
// TODO[davemoore] we need to unify these events w/ touch and gestures.
ET_SCROLL,

Powered by Google App Engine
This is Rietveld 408576698