#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_BASE_INTERPOLABLE_COLOR_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_BASE_INTERPOLABLE_COLOR_H_
#include "third_party/blink/public/mojom/frame/color_scheme.mojom-blink-forward.h"
#include "third_party/blink/renderer/core/animation/interpolable_value.h"
#include "third_party/blink/renderer/platform/graphics/color.h"
namespace blink {
class CORE_EXPORT BaseInterpolableColor : public InterpolableValue { … };
template <>
struct DowncastTraits<BaseInterpolableColor> { … };
}
#endif