summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/skia/NativeImageSkia.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/skia/NativeImageSkia.h')
-rw-r--r--WebCore/platform/graphics/skia/NativeImageSkia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/skia/NativeImageSkia.h b/WebCore/platform/graphics/skia/NativeImageSkia.h
index e26a5ea..00b0a68 100644
--- a/WebCore/platform/graphics/skia/NativeImageSkia.h
+++ b/WebCore/platform/graphics/skia/NativeImageSkia.h
@@ -42,6 +42,7 @@ namespace WebCore {
class NativeImageSkia : public SkBitmap {
public:
NativeImageSkia();
+ ~NativeImageSkia();
// This constructor does a shallow copy of the passed-in SkBitmap (ie., it
// references the same pixel data and bumps the refcount). Use only when