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

Unified Diff: ash/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: 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/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index b677cf9ecf424737a3bb3786de9b24ba6271f8be..0cd7f9f73799d8a53a915d7f0dece9b1956ba311 100644
--- a/ash/accessibility_delegate.h
+++ b/ash/accessibility_delegate.h
@@ -7,6 +7,7 @@
#include "ash/ash_export.h"
#include "base/time/time.h"
+#include "ui/accessibility/ax_enums.h"
#include "ui/chromeos/accessibility_types.h"
namespace ash {
@@ -124,6 +125,10 @@ class ASH_EXPORT AccessibilityDelegate {
// Initiates play of shutdown sound and returns it's duration.
virtual base::TimeDelta PlayShutdownSound() const = 0;
+
+ // Forward an accessibility gesture from the touch exploration controller
+ // to ChromeVox.
David Tseng 2016/05/05 22:30:38 nit: 'to' fits above.
dmazzoni 2016/05/06 19:06:08 Done.
+ virtual void HandleAccessibilityGesture(ui::AXGesture gesture) = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698