chromium/third_party/blink/renderer/core/css/css_repeat_style_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_repeat_style_value.h"

#include "base/memory/values_equivalent.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

CSSRepeatStyleValue::CSSRepeatStyleValue(const CSSIdentifierValue* id)
    :{}

CSSRepeatStyleValue::CSSRepeatStyleValue(const CSSIdentifierValue* x,
                                         const CSSIdentifierValue* y)
    :{}

CSSRepeatStyleValue::~CSSRepeatStyleValue() = default;

String CSSRepeatStyleValue::CustomCSSText() const {}

bool CSSRepeatStyleValue::Equals(const CSSRepeatStyleValue& other) const {}

bool CSSRepeatStyleValue::IsRepeat() const {}

void CSSRepeatStyleValue::TraceAfterDispatch(blink::Visitor* visitor) const {}

}  // namespace blink