| 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 f8ab671c9b19be43d6ae89f4350693c4a890bd86..32a75aea728edb0553c6e3a563b2807993a8b9bf 100644
|
| --- a/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| +++ b/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| @@ -32,7 +32,7 @@ WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(aura::Window* container)
|
| views::Widget::InitParams::TYPE_WINDOW_FRAMELESS);
|
| params.parent = container_;
|
| params.bounds = container_->GetBoundsInScreen();
|
| - params.layer_type = aura::WINDOW_LAYER_SOLID_COLOR;
|
| + params.layer_type = ui::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;
|
|
|