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

// 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/style_scope_frame.h"
#include "third_party/blink/renderer/core/css/style_scope.h"
#include "third_party/blink/renderer/core/css/style_scope_data.h"
#include "third_party/blink/renderer/core/dom/element.h"

namespace blink {

void StyleScopeActivation::Trace(blink::Visitor* visitor) const {}

void StyleScopeActivations::Trace(blink::Visitor* visitor) const {}

StyleScopeFrame* StyleScopeFrame::GetParentFrameOrNull(
    Element& parent_element) {}

StyleScopeFrame& StyleScopeFrame::GetParentFrameOrThis(
    Element& parent_element) {}

bool StyleScopeFrame::HasSeenImplicitScope(const StyleScope& style_scope) {}

StyleScopeFrame::ScopeSet* StyleScopeFrame::CalculateSeenImplicitScopes() {}

}  // namespace blink