| 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 ced90f3e146ba41314337f092501f44eb1522a79..73972012a830e8678ae991e1148ea695213db50f 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| @@ -32,7 +32,6 @@ class CORE_EXPORT ImageResourceInfo : public GarbageCollectedMixin {
|
| virtual bool HasDevicePixelRatioHeaderValue() const = 0;
|
| virtual float DevicePixelRatioHeaderValue() const = 0;
|
| virtual const ResourceResponse& GetResponse() const = 0;
|
| - virtual ResourceStatus GetStatus() const = 0;
|
| virtual bool ShouldShowPlaceholder() const = 0;
|
| virtual bool IsCacheValidator() const = 0;
|
| virtual bool SchedulingReloadOrShouldReloadBrokenPlaceholder() const = 0;
|
|
|