| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 20e3d9aa4b5b5c6bb867b7d43c54edccf7a7e6a0..0df63e6cdb15f220fc62f5b20ede9afbd66d5255 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -315,6 +315,8 @@ class CORE_EXPORT StyleEngine final
|
| void scheduleRuleSetInvalidationsForElement(
|
| Element&,
|
| const HeapHashSet<Member<RuleSet>>&);
|
| + void scheduleTypeRuleSetInvalidations(ContainerNode&,
|
| + const HeapHashSet<Member<RuleSet>>&);
|
| void invalidateSlottedElements(HTMLSlotElement&);
|
|
|
| void updateViewport();
|
|
|