| 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 afa70052550bf39543cbde107be116f459bb5aa3..84a730d33489eb29544d0a427fbd4168c9282ba5 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.activatable = views::Widget::InitParams::ACTIVATABLE_NO;
|
| + params.can_activate = false;
|
| background_->Init(params);
|
| // Do not use the animation system. We don't want the bounds animation and
|
| // opacity needs to get set to |kBackdropOpacity|.
|
|
|