summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h')
-rw-r--r--chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h b/chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h
index 25657e73dc5..f7d20829c20 100644
--- a/chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h
+++ b/chromium/third_party/blink/renderer/core/css/layout_tree_rebuild_root.h
@@ -14,13 +14,14 @@ class CORE_EXPORT LayoutTreeRebuildRoot : public StyleTraversalRoot {
public:
Element& RootElement() const;
+ void SubtreeModified(ContainerNode& parent) final;
private:
#if DCHECK_IS_ON()
ContainerNode* Parent(const Node& node) const final;
+ bool IsChildDirty(const Node& node) const final;
#endif // DCHECK_IS_ON()
bool IsDirty(const Node& node) const final;
- void RootRemoved(ContainerNode& parent) final;
};
} // namespace blink