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

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: 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
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.h » ('j') | ui/accessibility/ax_enums.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index b677cf9ecf424737a3bb3786de9b24ba6271f8be..6cafedd9ac1f56edb3edc13e5a21168f877fd845 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.
+ virtual void HandleAccessibilityGesture(ui::AXGesture gesture) = 0;
};
} // namespace ash
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.h » ('j') | ui/accessibility/ax_enums.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698