| Index: ash/wm/window_positioner.cc
|
| diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc
|
| index a06ea47ec52c6d4d8e8f2411b8098f0845a670e6..56d3ac909da07eafc83271aa3f37f1ac0f832d3f 100644
|
| --- a/ash/wm/window_positioner.cc
|
| +++ b/ash/wm/window_positioner.cc
|
| @@ -114,7 +114,7 @@ void SetBoundsAnimated(aura::Window* window, const gfx::Rect& bounds) {
|
| if (bounds == window->GetTargetBounds())
|
| return;
|
|
|
| - if (views::corewm::WindowAnimationsDisabled(window)) {
|
| + if (::wm::WindowAnimationsDisabled(window)) {
|
| window->SetBounds(bounds);
|
| return;
|
| }
|
|
|