| Index: Source/core/platform/graphics/Image.h
|
| diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
|
| index b649d81fb1d4df11c9c482c65478a913bfaf5c0a..ad0c8daefdd49e2302909993eb06bb7a92aa0f76 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(); }
|
|
|
|
|