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

// Copyright 2015 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_namespace_rule.h"

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

namespace blink {

CSSNamespaceRule::CSSNamespaceRule(StyleRuleNamespace* namespace_rule,
                                   CSSStyleSheet* parent)
    :{}

CSSNamespaceRule::~CSSNamespaceRule() = default;

String CSSNamespaceRule::cssText() const {}

AtomicString CSSNamespaceRule::namespaceURI() const {}

AtomicString CSSNamespaceRule::prefix() const {}

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

}  // namespace blink