// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/wm/core/scoped_animation_disabler.h" #include "ui/aura/client/aura_constants.h" #include "ui/base/class_property.h" namespace wm { ScopedAnimationDisabler::ScopedAnimationDisabler(aura::Window* window) : … { … } ScopedAnimationDisabler::~ScopedAnimationDisabler() { … } } // namespace wm