| Index: Source/core/fetch/ImageResource.h
|
| diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
|
| index f96df4ac11664c5bd63b677e816a46f4e2b8abb0..f27f5e248c70ca73fab98a0833e888ce684946f9 100644
|
| --- a/Source/core/fetch/ImageResource.h
|
| +++ b/Source/core/fetch/ImageResource.h
|
| @@ -84,8 +84,6 @@ public:
|
| LayoutSize imageSizeForRenderer(const LayoutObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
|
| void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio);
|
|
|
| - static void updateBitmapImages(HashSet<ImageResource*>&, bool redecodeImages = false);
|
| -
|
| bool isAccessAllowed(ExecutionContext*, SecurityOrigin*);
|
|
|
| void updateImageAnimationPolicy();
|
|
|