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

Unified Diff: Source/core/dom/ShadowTreeStyleSheetCollection.h

Issue 85693009: Get rid of Reset and ResetStyleResolverAndFontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/core/dom/ShadowTreeStyleSheetCollection.h
diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h
index b7c13cb39cc0c2c69dfb49b0772d5983eadf16e2..dec1fee291efb19f341ab17f471ac985e1f9c00a 100644
--- a/Source/core/dom/ShadowTreeStyleSheetCollection.h
+++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h
@@ -43,10 +43,8 @@ class ShadowTreeStyleSheetCollection FINAL : public StyleSheetCollection {
public:
explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
- bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
-
private:
- void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
+ virtual void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
};
}

Powered by Google App Engine
This is Rietveld 408576698