// Copyright 2018 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_traversal_root.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/dom/node_traversal.h" namespace blink { void StyleTraversalRoot::Update(ContainerNode* common_ancestor, Node* dirty_node) { … } #if DCHECK_IS_ON() bool StyleTraversalRoot::IsModifyingFlatTree() const { … } #endif } // namespace blink