chromium/third_party/blink/renderer/core/css/css_image_set_type_value.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace blink