| 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 008236fb15b0e746e80cddec758bda3025f2cfdc..d0ba4e0b8e78979c77e6736188ac8e3ae7275e2e 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -61,7 +61,6 @@ class RuleFeatureSet;
|
| class ShadowTreeStyleSheetCollection;
|
| class StyleRuleFontFace;
|
| class StyleRuleUsageTracker;
|
| -class StyleSheet;
|
| class StyleSheetContents;
|
| class ViewportStyleResolver;
|
|
|
| @@ -103,7 +102,7 @@ class CORE_EXPORT StyleEngine final
|
| const HeapVector<Member<CSSStyleSheet>> activeStyleSheetsForInspector() const;
|
|
|
| bool needsActiveStyleUpdate() const;
|
| - void setNeedsActiveStyleUpdate(StyleSheet*, StyleResolverUpdateMode);
|
| + void setNeedsActiveStyleUpdate(TreeScope&);
|
| void addStyleSheetCandidateNode(Node&);
|
| void removeStyleSheetCandidateNode(Node&);
|
| void removeStyleSheetCandidateNode(Node&, TreeScope&);
|
|
|