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

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

Issue 975933002: Return reference from styleEngine() accessor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentStyleSheetCollection.h
diff --git a/Source/core/dom/DocumentStyleSheetCollection.h b/Source/core/dom/DocumentStyleSheetCollection.h
index 132fd375436fcdaba0431eccc6e496b731c1de4c..9520401baa53091b4630ed3178358661a7f20c65 100644
--- a/Source/core/dom/DocumentStyleSheetCollection.h
+++ b/Source/core/dom/DocumentStyleSheetCollection.h
@@ -45,8 +45,8 @@ public:
return adoptPtrWillBeNoop(new DocumentStyleSheetCollection(treeScope));
}
- void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
- void collectStyleSheets(StyleEngine*, DocumentStyleSheetCollector&);
+ void updateActiveStyleSheets(StyleEngine&, StyleResolverUpdateMode);
+ void collectStyleSheets(StyleEngine&, DocumentStyleSheetCollector&);
DEFINE_INLINE_VIRTUAL_TRACE()
{
@@ -56,7 +56,7 @@ public:
private:
explicit DocumentStyleSheetCollection(TreeScope&);
- void collectStyleSheetsFromCandidates(StyleEngine*, DocumentStyleSheetCollector&);
+ void collectStyleSheetsFromCandidates(StyleEngine&, DocumentStyleSheetCollector&);
};
}
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698