#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_CSS_INTERPOLATION_ENVIRONMENT_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_CSS_INTERPOLATION_ENVIRONMENT_H_
#include "third_party/blink/renderer/core/animation/interpolation_environment.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver_state.h"
namespace blink {
class CascadeResolver;
class ComputedStyle;
class StyleCascade;
class CSSInterpolationEnvironment : public InterpolationEnvironment { … };
template <>
struct DowncastTraits<CSSInterpolationEnvironment> { … };
}
#endif