chromium/third_party/blink/renderer/core/style/anchor_specifier_value.cc

// Copyright 2022 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/style/anchor_specifier_value.h"

#include "third_party/blink/renderer/core/style/scoped_css_name.h"
#include "third_party/blink/renderer/platform/heap/persistent.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"

namespace blink {

// static
AnchorSpecifierValue* AnchorSpecifierValue::Default() {}

AnchorSpecifierValue::AnchorSpecifierValue(base::PassKey<AnchorSpecifierValue>,
                                           Type type)
    :{}

AnchorSpecifierValue::AnchorSpecifierValue(const ScopedCSSName& name)
    :{}

bool AnchorSpecifierValue::operator==(const AnchorSpecifierValue& other) const {}

unsigned AnchorSpecifierValue::GetHash() const {}

void AnchorSpecifierValue::Trace(Visitor* visitor) const {}

}  // namespace blink