// Copyright 2014 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/resolver/selector_filter_parent_scope.h" #include "third_party/blink/renderer/core/dom/flat_tree_traversal.h" namespace blink { SelectorFilterParentScope* SelectorFilterParentScope::current_scope_ = …; void SelectorFilterParentScope::PushAncestors(Element& element) { … } void SelectorFilterParentScope::PopAncestors(Element& element) { … } } // namespace blink