#ifndef UI_COMPOSITOR_LAYER_ANIMATION_OBSERVER_H_
#define UI_COMPOSITOR_LAYER_ANIMATION_OBSERVER_H_
#include <map>
#include <set>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "ui/compositor/compositor_export.h"
#include "ui/compositor/layer_animation_element.h"
namespace ui {
namespace test {
class CountCheckingLayerAnimationObserver;
class LayerAnimationObserverTestApi;
}
class LayerAnimationSequence;
class ScopedLayerAnimationSettings;
class ImplicitAnimationObserver;
class COMPOSITOR_EXPORT LayerAnimationObserver { … };
class COMPOSITOR_EXPORT ImplicitAnimationObserver
: public LayerAnimationObserver { … };
}
#endif