summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/graphics/SVGImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/graphics/SVGImage.h')
-rw-r--r--WebCore/svg/graphics/SVGImage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/graphics/SVGImage.h b/WebCore/svg/graphics/SVGImage.h
index 1936626..01eae71 100644
--- a/WebCore/svg/graphics/SVGImage.h
+++ b/WebCore/svg/graphics/SVGImage.h
@@ -33,7 +33,6 @@
namespace WebCore {
- class ImageBuffer;
class Page;
class SVGImageChromeClient;
@@ -72,7 +71,7 @@ namespace WebCore {
OwnPtr<SVGImageChromeClient> m_chromeClient;
OwnPtr<Page> m_page;
- OwnPtr<ImageBuffer> m_frameCache;
+ RefPtr<Image> m_frameCache;
};
}