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

Unified Diff: third_party/WebKit/Source/platform/loader/testing/MockResource.cpp

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/platform/loader/testing/MockResource.cpp
diff --git a/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp b/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
index 6ac516121c2123d16d056b5c676e6544f1e80dc9..069133e32a126106f583cdd94d3c15b7af519422 100644
--- a/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
+++ b/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
@@ -18,7 +18,8 @@ class MockResourceFactory final : public ResourceFactory {
Resource* create(const ResourceRequest& request,
const ResourceLoaderOptions& options,
- const String&) const override {
+ const String&,
+ FetchContext*) const override {
return new MockResource(request, options);
}
};

Powered by Google App Engine
This is Rietveld 408576698