| 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 fc8121362264d83a675eb95a3c238b10ba7ab43c..496cc7f131de362d5e053467b6b828e1b0a40257 100644
|
| --- a/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| +++ b/ash/wm/maximize_mode/workspace_backdrop_delegate.cc
|
| @@ -35,9 +35,9 @@ WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(WmWindow* container)
|
| // To disallow the MRU list from picking this window up it should not be
|
| // activateable.
|
| params.activatable = views::Widget::InitParams::ACTIVATABLE_NO;
|
| - DCHECK_NE(kShellWindowId_Invalid, container_->GetShellWindowId());
|
| + DCHECK_NE(kShellWindowId_Invalid, container_->aura_window()->id());
|
| container_->GetRootWindowController()->ConfigureWidgetInitParamsForContainer(
|
| - background_, container_->GetShellWindowId(), ¶ms);
|
| + background_, container_->aura_window()->id(), ¶ms);
|
| background_->Init(params);
|
| background_window_ = WmWindow::Get(background_->GetNativeWindow());
|
| // Do not use the animation system. We don't want the bounds animation and
|
|
|