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

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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 44d124ab908747bcd4117b539e0e9b3f6d40e363..e16ca1800f504b3cec3facf49022e7905a5ac17b 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -471,4 +471,25 @@
description_from_placeholder,
description_from_related_element
};
+
+ // Touch gestures on Chrome OS.
+ enum AXGesture {
+ double_tap,
+ 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,
dcheng 2016/05/11 01:24:58 FWIW, something is complaining about trailing comm
+ };
};
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698