| Index: ash/wm/aura/wm_window_aura.cc
|
| diff --git a/ash/wm/aura/wm_window_aura.cc b/ash/wm/aura/wm_window_aura.cc
|
| index 6d64daef02f9e76887c71eb8fff2748271735b53..79cb8026b4a697f8d4b90f08da1d78db7b88140b 100644
|
| --- a/ash/wm/aura/wm_window_aura.cc
|
| +++ b/ash/wm/aura/wm_window_aura.cc
|
| @@ -314,7 +314,7 @@ void WmWindowAura::SetBoundsDirectCrossFade(const gfx::Rect& bounds) {
|
| // Specify |set_bounds| to true here to keep the old bounds in the child
|
| // windows of |window|.
|
| std::unique_ptr<ui::LayerTreeOwner> old_layer_owner =
|
| - ::wm::RecreateLayers(window_);
|
| + ::wm::RecreateLayers(window_, nullptr);
|
| ui::Layer* old_layer = old_layer_owner->root();
|
| DCHECK(old_layer);
|
| ui::Layer* new_layer = window_->layer();
|
|
|