Index: Source/core/platform/graphics/GeneratedImage.h |
diff --git a/Source/core/platform/graphics/GeneratedImage.h b/Source/core/platform/graphics/GeneratedImage.h |
index ef3651c1cca515bc0b58e7fcf7b26020ee60388b..670c41f00216adeb9762b0fd3edfc80ff8eead86 100644 |
--- a/Source/core/platform/graphics/GeneratedImage.h |
+++ b/Source/core/platform/graphics/GeneratedImage.h |
@@ -46,7 +46,6 @@ public: |
// Assume that generated content has no decoded data we need to worry about |
virtual void destroyDecodedData(bool) OVERRIDE { } |
- virtual unsigned decodedSize() const OVERRIDE { return 0; } |
protected: |
virtual void drawPattern(GraphicsContext*, const FloatRect&, |