diff options
Diffstat (limited to 'ash/wm/window_positioner.cc')
-rw-r--r-- | ash/wm/window_positioner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc index 56d3ac9..a06ea47 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 (::wm::WindowAnimationsDisabled(window)) { + if (views::corewm::WindowAnimationsDisabled(window)) { window->SetBounds(bounds); return; } |