Index: components/exo/shell_surface.cc |
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc |
index d8b5e7bf93935ef26dd9c7197b5e23f402382458..ab5fdb6bd26a3792719269c24c42431197788bc9 100644 |
--- a/components/exo/shell_surface.cc |
+++ b/components/exo/shell_surface.cc |
@@ -1022,6 +1022,8 @@ void ShellSurface::CreateShellSurfaceWidget(ui::WindowShowState show_state) { |
aura::Window* window = widget_->GetNativeWindow(); |
window->SetName("ExoShellSurface"); |
+ window->SetProperty(aura::client::kAccessibilityFocusFallsbackToWidgetKey, |
+ false); |
window->AddChild(surface_->window()); |
window->SetEventTargeter(base::WrapUnique(new CustomWindowTargeter(widget_))); |
SetApplicationId(window, application_id_); |