#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_INTERPOLABLE_COLOR_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_INTERPOLABLE_COLOR_H_
#include <memory>
#include "base/notreached.h"
#include "third_party/blink/renderer/core/animation/base_interpolable_color.h"
#include "third_party/blink/renderer/core/animation/interpolable_value.h"
#include "third_party/blink/renderer/core/css_value_keywords.h"
#include "third_party/blink/renderer/platform/graphics/color.h"
namespace ui {
class ColorProvider;
}
namespace blink {
class CORE_EXPORT InterpolableColor : public BaseInterpolableColor { … };
template <>
struct DowncastTraits<InterpolableColor> { … };
}
#endif