#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 { … }
}