| Index: ash/display/shared_display_edge_indicator.cc
|
| diff --git a/ash/display/shared_display_edge_indicator.cc b/ash/display/shared_display_edge_indicator.cc
|
| index f94a9a5fd1d61767514d596fb1fa4c80b40c1a2f..bf2c047b3e9ec70b859959011e99154c28cfa0a6 100644
|
| --- a/ash/display/shared_display_edge_indicator.cc
|
| +++ b/ash/display/shared_display_edge_indicator.cc
|
| @@ -49,6 +49,7 @@ views::Widget* CreateWidget(const gfx::Rect& bounds,
|
| views::Widget* widget = new views::Widget;
|
| views::Widget::InitParams params(views::Widget::InitParams::TYPE_POPUP);
|
| params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
|
| + params.can_activate = false;
|
| params.keep_on_top = true;
|
| // We set the context to the primary root window; this is OK because the ash
|
| // stacking controller will still place us in the correct RootWindow.
|
|
|