| 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 931a72ca68d43b929b501970e6a1dc4618f109ee..8c01e98f7700c4f91ca418898b793531848f1ecd 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -218,6 +218,8 @@ private:
|
|
|
| void updateActiveStyleSheetsInShadow(StyleResolverUpdateMode, TreeScope*, UnorderedTreeScopeSet& treeScopesRemoved);
|
|
|
| + bool shouldSkipInvalidationFor(const Element&) const;
|
| +
|
| RawPtrWillBeMember<Document> m_document;
|
| bool m_isMaster;
|
|
|
|
|