Index: Source/core/platform/graphics/Image.h |
diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h |
index 36d78fb22b61c0960092bacfec4cfd1d17500763..8eb1dcffca9b89ab58068d0990f1086010ec2bd7 100644 |
--- a/Source/core/platform/graphics/Image.h |
+++ b/Source/core/platform/graphics/Image.h |
@@ -92,7 +92,6 @@ public: |
virtual String filenameExtension() const { return String(); } // null string if unknown |
virtual void destroyDecodedData(bool destroyAll) = 0; |
- virtual unsigned decodedSize() const = 0; |
SharedBuffer* data() { return m_encodedImageData.get(); } |