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

// Copyright 2021 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/css_layer_block_rule.h"

#include "third_party/blink/renderer/core/css/style_rule.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

CSSLayerBlockRule::CSSLayerBlockRule(StyleRuleLayerBlock* layer_block_rule,
                                     CSSStyleSheet* parent)
    :{}

CSSLayerBlockRule::~CSSLayerBlockRule() = default;

String CSSLayerBlockRule::name() const {}

String CSSLayerBlockRule::cssText() const {}

void CSSLayerBlockRule::Reattach(StyleRuleBase* rule) {}

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

}  // namespace blink