| 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 fc70b0b9f212e52600f650a89b87f8d991f63f69..64e13fb61d1b840d6e9854ecdf4940f7d9a60be5 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| @@ -31,7 +31,6 @@ class CORE_EXPORT ImageResourceInfo : public GarbageCollectedMixin {
|
| virtual bool hasDevicePixelRatioHeaderValue() const = 0;
|
| virtual float devicePixelRatioHeaderValue() const = 0;
|
| virtual const ResourceResponse& response() const = 0;
|
| - virtual ResourceStatus getStatus() const = 0;
|
| virtual bool shouldShowPlaceholder() const = 0;
|
| virtual bool isCacheValidator() const = 0;
|
| enum DoesCurrentFrameHaveSingleSecurityOrigin {
|
|
|