Index: ui/chromeos/touch_accessibility_enabler.h |
diff --git a/ui/chromeos/touch_accessibility_enabler.h b/ui/chromeos/touch_accessibility_enabler.h |
index 1b25990a105b1562ec5aa46863057ae089567f87..67cba2b78fcbd1817fbf002c29678bf9b4cfc98b 100644 |
--- a/ui/chromeos/touch_accessibility_enabler.h |
+++ b/ui/chromeos/touch_accessibility_enabler.h |
@@ -30,6 +30,13 @@ class TouchAccessibilityEnablerDelegate { |
public: |
virtual ~TouchAccessibilityEnablerDelegate() {} |
+ // Called when we first detect two fingers are held down. |
+ virtual void OnTwoFingerTouchStart() {} |
+ |
+ // Called when the user is no longer holding down two fingers (including |
+ // releasing one, holding down three, or moving them). |
+ virtual void OnTwoFingerTouchStop() {} |
+ |
oshima
2017/04/10 18:32:08
one suggestion. ash can use ui/chromeos, and chrom
dmazzoni
2017/04/10 18:54:50
To clarify, you're saying AccessibiliiyManager (in
|
// While the user holds down two fingers on a touch screen, which is the |
// gesture to enable spoken feedback (if held down long enough), play a sound |
// every "tick" (approximately every half-second) to warn the user something |