#include "third_party/blink/renderer/core/css/css_image_set_type_value.h"
#include "third_party/blink/public/common/mime_util/mime_util.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"
namespace blink {
CSSImageSetTypeValue::CSSImageSetTypeValue(const String& type)
: … { … }
CSSImageSetTypeValue::~CSSImageSetTypeValue() = default;
String CSSImageSetTypeValue::CustomCSSText() const { … }
bool CSSImageSetTypeValue::IsSupported() const { … }
bool CSSImageSetTypeValue::Equals(const CSSImageSetTypeValue& other) const { … }
void CSSImageSetTypeValue::TraceAfterDispatch(blink::Visitor* visitor) const { … }
}