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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 2808053004: Fire accessibilityPrivate events on two-finger hold gesture. (Closed)
Patch Set: Rebase Created 3 years, 8 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: ash/ash_touch_exploration_manager_chromeos.h
diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h
index d330a99b989128b9f0b8cbff1e69b7a1f45cab7c..736d45167696a9a414661720d5358a5ec21484c5 100644
--- a/ash/ash_touch_exploration_manager_chromeos.h
+++ b/ash/ash_touch_exploration_manager_chromeos.h
@@ -55,6 +55,8 @@ class ASH_EXPORT AshTouchExplorationManager
uint32_t changed_metrics) override;
// TouchAccessibilityEnablerDelegate overrides:
+ void OnTwoFingerTouchStart() override;
+ void OnTwoFingerTouchStop() override;
void PlaySpokenFeedbackToggleCountdown(int tick_count) override;
void ToggleSpokenFeedback() override;

Powered by Google App Engine
This is Rietveld 408576698