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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1953613002: Make touch accessibility gestures work with ChromeVox Next (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 7 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/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index e8299f84099a0d802d3d4aa227eb7631e3cebb3a..bfc4a064c34f2a3073a55aeb65530e563904d845 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -456,4 +456,24 @@
description_from_placeholder,
description_from_related_element
};
+
+ // Touch gestures on Chrome OS.
+ enum AXGesture {
+ swipe_left_1,
+ swipe_up_1,
+ swipe_right_1,
+ swipe_down_1,
+ swipe_left_2,
+ swipe_up_2,
+ swipe_right_2,
+ swipe_down_2,
+ swipe_left_3,
+ swipe_up_3,
+ swipe_right_3,
+ swipe_down_3,
+ swipe_left_4,
+ swipe_up_4,
+ swipe_right_4,
+ swipe_down_4,
+ };
};

Powered by Google App Engine
This is Rietveld 408576698