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

#include "third_party/blink/renderer/core/css/css_property_value_set.h"
#include "third_party/blink/renderer/core/css/css_style_rule.h"
#include "third_party/blink/renderer/core/css/style_rule.h"
#include "third_party/blink/renderer/core/css/style_rule_css_style_declaration.h"
#include "third_party/blink/renderer/core/css/style_rule_nested_declarations.h"

namespace blink {

CSSNestedDeclarationsRule::CSSNestedDeclarationsRule(
    StyleRuleNestedDeclarations* nested_declarations_rule,
    CSSStyleSheet* parent)
    :{}

CSSStyleDeclaration* CSSNestedDeclarationsRule::style() const {}

String CSSNestedDeclarationsRule::cssText() const {}

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

CSSRule* CSSNestedDeclarationsRule::InnerCSSStyleRule() const {}

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

}  // namespace blink