Index: Source/platform/graphics/BitmapImage.h |
diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h |
index 1c6da20eb5c3bc579549195da2c7e3985fcc9ee5..d59a84dc94bf64d178ba373067f93c2dcb690388 100644 |
--- a/Source/platform/graphics/BitmapImage.h |
+++ b/Source/platform/graphics/BitmapImage.h |
@@ -79,6 +79,7 @@ public: |
virtual bool maybeAnimated() OVERRIDE; |
virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE; |
+ virtual PassRefPtr<Image> imageForDefaultFrame() OVERRIDE; |
virtual bool currentFrameKnownToBeOpaque() OVERRIDE; |
ImageOrientation currentFrameOrientation(); |