| 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 6bc62016917748a42b2ec8830f76fb7d59382fc3..85f503553cfb31130026b946db2b60699395f28e 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -120,7 +120,8 @@ class CORE_EXPORT StyleEngine final
|
|
|
| RuleSet* ruleSetForSheet(CSSStyleSheet&);
|
| void mediaQueryAffectingValueChanged();
|
| - void updateStyleSheetsInImport(DocumentStyleSheetCollector& parentCollector);
|
| + void updateStyleSheetsInImport(StyleEngine& masterEngine,
|
| + DocumentStyleSheetCollector& parentCollector);
|
| void updateActiveStyle();
|
| void markAllTreeScopesDirty() { m_allTreeScopesDirty = true; }
|
|
|
|
|