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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.h

Issue 2487763003: [ImageLoader 2d] Set DecodeError by calling ResourceLoader::cancel()
Patch Set: Rebase Created 4 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: third_party/WebKit/Source/core/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
index cc59c872498e342c0dcd22109a65e38b771cf3ac..79517b9ce216ece6cd791bbc8177bce7dfb06aa6 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -126,7 +126,9 @@ class CORE_EXPORT ResourceFetcher
double finishTime,
int64_t encodedDataLength,
DidFinishLoadingReason);
- void didFailLoading(Resource*, const ResourceError&);
+ void didFailLoading(Resource*,
+ const ResourceError&,
+ Resource::Status errorStatus);
void didReceiveResponse(Resource*,
const ResourceResponse&,
WebDataConsumerHandle*);
« no previous file with comments | « third_party/WebKit/Source/core/fetch/Resource.cpp ('k') | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698