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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2007863004: Fix the double-tap to click gesture in touch accessibility mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 48dcefdf922cd024abf806387eb99dd900e85b6e..3d02a2f4cda68b35e979dfbddd920fea17846d19 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -474,7 +474,7 @@
// Touch gestures on Chrome OS.
enum AXGesture {
- double_tap,
+ click,
David Tseng 2016/05/26 22:48:24 I like the gesture_finger_count naming scheme bett
dmazzoni 2016/05/26 22:59:24 The reason I realized that double_tap is a bad nam
swipe_left_1,
swipe_up_1,
swipe_right_1,

Powered by Google App Engine
This is Rietveld 408576698