| 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 363f6df647f8d8903c4cc9c8ddafa4fca6cbfe2a..eedcba986242963e12d011b568de268feb58e916 100644
|
| --- a/ash/ash_touch_exploration_manager_chromeos.cc
|
| +++ b/ash/ash_touch_exploration_manager_chromeos.cc
|
| @@ -135,7 +135,7 @@ void AshTouchExplorationManager::UpdateTouchExplorationState() {
|
| // See crbug.com/603745 for more details.
|
| const bool pass_through_surface =
|
| wm::GetActiveWindow() &&
|
| - wm::GetActiveWindow()->name() == kExoShellSurfaceWindowName;
|
| + wm::GetActiveWindow()->GetName() == kExoShellSurfaceWindowName;
|
|
|
| const bool spoken_feedback_enabled =
|
| WmShell::Get()->accessibility_delegate()->IsSpokenFeedbackEnabled();
|
|
|