Index: Source/platform/graphics/BitmapImage.h |
diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h |
index 05ab1d50e3b98091cf55a7929401e60ef2090850..59941a4abc6a196d0e25f28e69ba7d3055e6d7f9 100644 |
--- a/Source/platform/graphics/BitmapImage.h |
+++ b/Source/platform/graphics/BitmapImage.h |
@@ -185,6 +185,8 @@ protected: |
mutable bool m_haveFrameCount : 1; |
}; |
+DEFINE_IMAGE_TYPE_CASTS(BitmapImage); |
+ |
} |
#endif |