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

Unified Diff: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h

Issue 2701753003: [WIP] off-main-thread loading
Patch Set: small fix Created 3 years, 8 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
Index: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
index 7e597e6a42039aa8f9e50edf63e509c0ac9426d8..e2e05648dd1a5622117b8d4b388cc6c47d8a6e13 100644
--- a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
@@ -50,7 +50,8 @@ class XSLStyleSheetResource final : public StyleSheetResource {
Resource* create(const ResourceRequest& request,
const ResourceLoaderOptions& options,
- const String& charset) const override {
+ const String& charset,
+ FetchContext*) const override {
return new XSLStyleSheetResource(request, options, charset);
}
};
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/ScriptResource.h ('k') | third_party/WebKit/Source/core/probe/CoreProbes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698