| Index: ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| diff --git a/ash/wm/maximize_mode/workspace_backdrop_delegate.cc b/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| index 4e8a259bf7478c79a4c5c89c0a0d1ffe61e8e7eb..d0de2b7e9fb594d158d826c1dc76447ad6c5ba12 100644
|
| --- a/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| +++ b/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| @@ -35,7 +35,7 @@ WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(aura::Window* container)
|
| params.layer_type = aura::WINDOW_LAYER_SOLID_COLOR;
|
| // To disallow the MRU list from picking this window up it should not be
|
| // activateable.
|
| - params.can_activate = false;
|
| + params.activatable = views::Widget::InitParams::ACTIVATABLE_NO;
|
| background_->Init(params);
|
| // Do not use the animation system. We don't want the bounds animation and
|
| // opacity needs to get set to |kBackdropOpacity|.
|
|
|