Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fetch / ImageResource.h
index 2d043a4..153ac6a 100644 (file)
@@ -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;