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

Unified Diff: sky/engine/core/dom/ShadowTreeStyleSheetCollection.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
Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
index 7634404c76376e46847dfbecb9c48bf7b5a87480..dcd8d6745fdb01fc0fbab28f1c050a5552b94499 100644
--- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
+++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
@@ -42,7 +42,7 @@ class ShadowTreeStyleSheetCollection final : public TreeScopeStyleSheetCollectio
public:
explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
- void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
+ void updateActiveStyleSheets(StyleEngine*);
private:
void collectStyleSheets(StyleEngine*, StyleSheetCollection&);
« no previous file with comments | « sky/engine/core/dom/DocumentStyleSheetCollection.cpp ('k') | sky/engine/core/dom/ShadowTreeStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698