chromium/third_party/blink/renderer/core/css/container_selector.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/css/container_query.h"
#include "third_party/blink/renderer/core/css/media_query_exp.h"
#include "third_party/blink/renderer/core/dom/tree_scope.h"
#include "third_party/blink/renderer/core/style/computed_style_constants.h"

namespace blink {

ContainerSelector::ContainerSelector(AtomicString name,
                                     const MediaQueryExpNode& query)
    :{}

unsigned ContainerSelector::GetHash() const {}

unsigned ContainerSelector::Type(WritingMode writing_mode) const {}

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

}  // namespace blink