#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_PAGE_ANIMATOR_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_PAGE_ANIMATOR_H_
#include "third_party/blink/public/common/metrics/document_update_reason.h"
#include "third_party/blink/renderer/core/animation/animation.h"
#include "third_party/blink/renderer/core/animation/animation_clock.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/dom/document_lifecycle.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace cc {
class AnimationHost;
}
namespace blink {
class LocalFrame;
class Page;
class TreeScope;
class ScriptedAnimationController;
DocumentsVector;
ControllersVector;
class CORE_EXPORT PageAnimator final : public GarbageCollected<PageAnimator> { … };
}
#endif