summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index bae8b8f..5be7eec 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -353,6 +353,7 @@ void Shell::Init() {
focus_cycler_.reset(new internal::FocusCycler());
focus_cycler_->AddWidget(status_widget_);
focus_cycler_->AddWidget(launcher_->widget());
+ launcher_->SetFocusCycler(focus_cycler_.get());
// Force a layout.
root_window->layout_manager()->OnWindowResized();