Index: Source/WebCore/rendering/style/StyleCachedImageSet.h |
=================================================================== |
--- Source/WebCore/rendering/style/StyleCachedImageSet.h (revision 137666) |
+++ Source/WebCore/rendering/style/StyleCachedImageSet.h (working copy) |
@@ -58,6 +58,8 @@ |
CachedImage* cachedImage() const { return m_bestFitImage.get(); } |
+ void clearImageSetValue() { m_imageSetValue = 0; } |
+ |
virtual bool canRender(const RenderObject*, float multiplier) const; |
virtual bool isLoaded() const; |
virtual bool errorOccurred() const; |