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

// Copyright 2016 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_global_rule_set.h"

#include "third_party/blink/renderer/core/css/css_default_style_sheets.h"
#include "third_party/blink/renderer/core/css/css_selector_watch.h"
#include "third_party/blink/renderer/core/css/rule_set.h"
#include "third_party/blink/renderer/core/css/style_engine.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/speculation_rules/document_speculation_rules.h"

namespace blink {

void CSSGlobalRuleSet::InitWatchedSelectorsRuleSet(Document& document) {}

void CSSGlobalRuleSet::UpdateDocumentRulesSelectorsRuleSet(Document& document) {}

void CSSGlobalRuleSet::Update(Document& document) {}

void CSSGlobalRuleSet::Dispose() {}

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

}  // namespace blink