| 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;
|
|
|
|
|