// Copyright 2023 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/rule_set_diff.h" #include "third_party/blink/renderer/core/css/media_query_evaluator.h" #include "third_party/blink/renderer/core/css/rule_set.h" #include "third_party/blink/renderer/core/css/style_rule.h" namespace blink { void RuleSetDiff::AddDiff(StyleRuleBase* rule) { … } RuleSet* RuleSetDiff::CreateDiffRuleset() const { … } } // namespace blink