chromium/third_party/blink/renderer/core/css/css_margin_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_margin_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/platform/wtf/text/string_builder.h"

namespace blink {

CSSMarginRule::CSSMarginRule(StyleRulePageMargin* margin_rule,
                             CSSStyleSheet* parent)
    :{}

CSSStyleDeclaration* CSSMarginRule::style() const {}

String CSSMarginRule::name() const {}

String CSSMarginRule::cssText() const {}

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

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

}  // namespace blink