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

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

Issue 2527353002: Phase II Step 3: Reload LoFi/placeholder images via new ImageResource
Patch Set: Use startLoad() again to avoid re-applying modifications to ResourceRequest on reload Created 3 years, 9 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 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

Powered by Google App Engine
This is Rietveld 408576698