Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.h

Issue 2880263002: Clear document scope dirtiness in import StyleEngine. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698