| Index: Source/core/fetch/ImageResource.h
|
| diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
|
| index 951af3e57fd7e207b739a8e1c272dad332d068d3..022c949e2318900d4f82ca34473e61412ffec47e 100644
|
| --- a/Source/core/fetch/ImageResource.h
|
| +++ b/Source/core/fetch/ImageResource.h
|
| @@ -81,6 +81,8 @@ public:
|
| LayoutSize imageSizeForRenderer(const RenderObject*, 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(SecurityOrigin*);
|
|
|
| virtual void didAddClient(ResourceClient*) OVERRIDE;
|
|
|