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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.cc

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/ash_touch_exploration_manager_chromeos.cc
diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc
index 2319c70707f25b7dd06e489f73ac0ee4124753a7..c9ed6c238f7c63c532872d726e9708fb5f1e0bda 100644
--- a/ash/ash_touch_exploration_manager_chromeos.cc
+++ b/ash/ash_touch_exploration_manager_chromeos.cc
@@ -84,6 +84,12 @@ void AshTouchExplorationManager::PlayEnterScreenEarcon() {
chromeos::SOUND_ENTER_SCREEN);
}
+void AshTouchExplorationManager::HandleAccessibilityGesture(
+ ui::AXGesture gesture) {
+ Shell::GetInstance()->accessibility_delegate()->HandleAccessibilityGesture(
+ gesture);
+}
+
void AshTouchExplorationManager::OnWindowActivated(
aura::client::ActivationChangeObserver::ActivationReason reason,
aura::Window* gained_active,

Powered by Google App Engine
This is Rietveld 408576698