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

Unified Diff: sky/engine/core/dom/DocumentStyleSheetCollection.h

Issue 774953002: Always Reconstruct when stylesheets change. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentStyleSheetCollection.h
diff --git a/sky/engine/core/dom/DocumentStyleSheetCollection.h b/sky/engine/core/dom/DocumentStyleSheetCollection.h
index 0d12e3c6ba67e9700d15fbf043abc904198d3aa4..dc25e307f2e462235e81768c28b2fc18f0601d40 100644
--- a/sky/engine/core/dom/DocumentStyleSheetCollection.h
+++ b/sky/engine/core/dom/DocumentStyleSheetCollection.h
@@ -45,7 +45,7 @@ public:
return adoptPtr(new DocumentStyleSheetCollection(treeScope));
}
- void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
+ void updateActiveStyleSheets(StyleEngine*);
void collectStyleSheets(StyleEngine*, DocumentStyleSheetCollector&);
private:
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698