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

#include "base/memory/values_equivalent.h"
#include "third_party/blink/renderer/core/style/anchor_specifier_value.h"

namespace blink {

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

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

}  // namespace blink