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

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

Issue 2642823005: Phase II Step 1: Remove updateImage() reentrancy around decodeError() (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
index e78dbb505981e42ed0085c74a18801972038e050..239c4f3fc97b17e782f9b75d431a2268ae21a7bf 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
@@ -46,10 +46,6 @@ class CORE_EXPORT ImageResourceInfo : public GarbageCollectedMixin {
virtual bool hasCacheControlNoStoreHeader() const = 0;
virtual const ResourceError& resourceError() const = 0;
- // Like Resource::error(), decodeError() makes corresponding ImageResource
- // (if any) DecodeError and finishes loading.
- virtual void decodeError(bool allDataReceived) = 0;
-
// TODO(hiroshige): Remove this.
virtual void setIsPlaceholder(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698