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

Unified Diff: ash/default_accessibility_delegate.h

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: ash/default_accessibility_delegate.h
diff --git a/ash/default_accessibility_delegate.h b/ash/default_accessibility_delegate.h
index d192d71f21ddd6efc6f3a3100ff0fd757b34b32f..6bde1087b47a93e7cc7fc4fbaf60340989b053e3 100644
--- a/ash/default_accessibility_delegate.h
+++ b/ash/default_accessibility_delegate.h
@@ -53,6 +53,7 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
ui::AccessibilityAlert GetLastAccessibilityAlert() override;
void PlayEarcon(int sound_key) override;
base::TimeDelta PlayShutdownSound() const override;
+ void HandleAccessibilityGesture(ui::AXGesture gesture) override;
private:
bool spoken_feedback_enabled_ = false;

Powered by Google App Engine
This is Rietveld 408576698