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

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: Rebase 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 0acc703e0d3d4a20d975916f73b820a7013dfd77..9a0f04116e87ea685ac3ebf9e68ffc24502a065d 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -457,4 +457,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