| 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 {
|
|
|