Index: Source/core/svg/graphics/SVGImage.h |
diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h |
index b75dd70e29e7640c280a63b9b1c680dac7d2ace0..fcf5ab99e1dc28bd3b50f976361568958b1ed40e 100644 |
--- a/Source/core/svg/graphics/SVGImage.h |
+++ b/Source/core/svg/graphics/SVGImage.h |
@@ -86,7 +86,6 @@ private: |
// FIXME: SVGImages are underreporting decoded sizes and will be unable |
// to prune because these functions are not implemented yet. |
virtual void destroyDecodedData(bool) OVERRIDE { } |
- virtual unsigned decodedSize() const OVERRIDE { return 0; } |
// FIXME: Implement this to be less conservative. |
virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; } |