#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_CSSCOLORVALUE_CSSSTYLEVALUE_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_UNION_CSSCOLORVALUE_CSSSTYLEVALUE_H_
#include "base/check_op.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/bindings/union_base.h"
#include "third_party/blink/renderer/platform/heap/member.h"
namespace blink {
class CSSColorValue;
class CSSStyleValue;
class ExceptionState;
class ScriptState;
class CORE_EXPORT V8UnionCSSColorValueOrCSSStyleValue final : public bindings::UnionBase { … };
}
#endif