Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index 90448d859570b9db1aa055d4421e86630227cfd5..c9a0ff1bfddb75de0d66804bd09db964496cd57d 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -328,6 +328,7 @@ public: |
protected: |
SkImage(int width, int height, uint32_t uniqueID); |
+ virtual ~SkImage(); |
private: |
const int fWidth; |