summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
Diffstat (limited to 'ash')
-rw-r--r--ash/wm/overview/window_overview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/overview/window_overview.cc b/ash/wm/overview/window_overview.cc
index eb8ee36..a805c7d 100644
--- a/ash/wm/overview/window_overview.cc
+++ b/ash/wm/overview/window_overview.cc
@@ -401,9 +401,9 @@ void WindowOverview::InitializeSelectionWidget() {
content_view->set_background(
views::Background::CreateSolidBackground(kWindowOverviewSelectionColor));
selection_widget_->SetContentsView(content_view);
+ selection_widget_->Show();
selection_widget_->GetNativeWindow()->parent()->StackChildAtBottom(
selection_widget_->GetNativeWindow());
- selection_widget_->Show();
selection_widget_->GetNativeWindow()->layer()->SetOpacity(0);
}