| 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,
|
|
|