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

Unified Diff: Source/core/loader/ImageLoader.h

Issue 1112513005: Reload image bypassing the cache (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit Created 5 years, 7 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: Source/core/loader/ImageLoader.h
diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
index 7c12bab730872065616baeb0ab21956a3dd3c96d..e32d81509e1de1de6848b0d840f38aacd322bf8e 100644
--- a/Source/core/loader/ImageLoader.h
+++ b/Source/core/loader/ImageLoader.h
@@ -73,7 +73,9 @@ public:
// FIXME - Verify that this is the right behavior according to the spec.
UpdateIgnorePreviousError,
// This forces the image to update its intrinsic size, even if the image source has not changed.
- UpdateSizeChanged
+ UpdateSizeChanged,
+ // This force the image to refetch and reload the image source, even if it has not changed.
+ UpdateForcedReload
};
enum BypassMainWorldBehavior {

Powered by Google App Engine
This is Rietveld 408576698