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 30dceb516e230e82ff2897fc0a9c49e6fee154c7..d99c5d0f470508b13e6f3914b3845dc6182501fd 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -125,8 +125,9 @@ class CORE_EXPORT StyleEngine final |
RuleSet* RuleSetForSheet(CSSStyleSheet&); |
void MediaQueryAffectingValueChanged(); |
- void UpdateStyleSheetsInImport(StyleEngine& master_engine, |
- DocumentStyleSheetCollector& parent_collector); |
+ void UpdateActiveStyleSheetsInImport( |
+ StyleEngine& master_engine, |
+ DocumentStyleSheetCollector& parent_collector); |
void UpdateActiveStyle(); |
void MarkAllTreeScopesDirty() { all_tree_scopes_dirty_ = true; } |