| 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 34e96e48f098a46f40b0f133bcc1d69f6ec55acd..fc70b0b9f212e52600f650a89b87f8d991f63f69 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceInfo.h
|
| @@ -28,14 +28,12 @@ class CORE_EXPORT ImageResourceInfo : public GarbageCollectedMixin {
|
| public:
|
| ~ImageResourceInfo() {}
|
| virtual const KURL& url() const = 0;
|
| - virtual bool isSchedulingReload() const = 0;
|
| 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;
|
| - virtual bool schedulingReloadOrShouldReloadBrokenPlaceholder() const = 0;
|
| enum DoesCurrentFrameHaveSingleSecurityOrigin {
|
| HasMultipleSecurityOrigin,
|
| HasSingleSecurityOrigin
|
|
|