Index: Source/core/platform/graphics/GeneratedImage.h |
diff --git a/Source/core/platform/graphics/GeneratedImage.h b/Source/core/platform/graphics/GeneratedImage.h |
index 656fd9853c7f5fafd62c6b5194e33712c9f7f1aa..f009c08e9945f3abcae031762bd9a050abdaecad 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&, |