Index: Source/core/platform/graphics/ImageSource.cpp |
diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/core/platform/graphics/ImageSource.cpp |
index 66b79b0749968751705021f3bb2db93ed1860f84..19d4d9a291aa8711fb3d1a4e195ddaea2a2bec5b 100644 |
--- a/Source/core/platform/graphics/ImageSource.cpp |
+++ b/Source/core/platform/graphics/ImageSource.cpp |
@@ -101,11 +101,6 @@ bool ImageSource::getHotSpot(IntPoint& hotSpot) const |
return m_decoder ? m_decoder->hotSpot(hotSpot) : false; |
} |
-size_t ImageSource::bytesDecodedToDetermineProperties() const |
-{ |
- return 0; |
-} |
- |
int ImageSource::repetitionCount() |
{ |
return m_decoder ? m_decoder->repetitionCount() : cAnimationNone; |