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

// Copyright 2024 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_dynamic_range_limit_mix_value.h"

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

namespace blink::cssvalue {

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

String CSSDynamicRangeLimitMixValue::CustomCSSText() const {}

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

}  // namespace blink::cssvalue