| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index d3efbebd34e4ccfc1984f5a93421aa510a577efe..bbf72feefa49dadc6f722a70a7f9da942f47e2cc 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -160,7 +160,7 @@ void DesktopWindowTreeHostWin::OnNativeWidgetCreated(
|
|
|
| should_animate_window_close_ =
|
| content_window_->type() != ui::wm::WINDOW_TYPE_NORMAL &&
|
| - !views::corewm::WindowAnimationsDisabled(content_window_);
|
| + !wm::WindowAnimationsDisabled(content_window_);
|
|
|
| // TODO this is not invoked *after* Init(), but should be ok.
|
| SetWindowTransparency();
|
|
|