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

Unified Diff: Source/core/dom/DocumentStyleSheetCollection.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/DocumentStyleSheetCollection.h
diff --git a/Source/core/dom/DocumentStyleSheetCollection.h b/Source/core/dom/DocumentStyleSheetCollection.h
index cefe7da71102e67805c5da20bf34ccca9cae0559..72ce48d0c445bbf698e3e35197cc44749c3020ee 100644
--- a/Source/core/dom/DocumentStyleSheetCollection.h
+++ b/Source/core/dom/DocumentStyleSheetCollection.h
@@ -43,10 +43,8 @@ class DocumentStyleSheetCollection FINAL : public StyleSheetCollection {
public:
explicit DocumentStyleSheetCollection(TreeScope&);
- bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
-
private:
- void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
+ virtual void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
};
}

Powered by Google App Engine
This is Rietveld 408576698