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

// Copyright 2020 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/css_markup.h"
#include "third_party/blink/renderer/core/style/computed_style_constants.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

ContainerQuery::ContainerQuery(ContainerSelector selector,
                               const MediaQueryExpNode* query)
    :{}

ContainerQuery::ContainerQuery(const ContainerQuery& other)
    :{}

String ContainerQuery::ToString() const {}

ContainerQuery* ContainerQuery::CopyWithParent(
    const ContainerQuery* parent) const {}

}  // namespace blink