Index: Source/core/platform/graphics/ImageSource.h |
diff --git a/Source/core/platform/graphics/ImageSource.h b/Source/core/platform/graphics/ImageSource.h |
index 1a2165a2a14ee897e5a0a8d9451f4e8c9030332d..dacb5430e7fb37b561692f9a27be92a16dcc8f7f 100644 |
--- a/Source/core/platform/graphics/ImageSource.h |
+++ b/Source/core/platform/graphics/ImageSource.h |
@@ -141,8 +141,6 @@ public: |
static void setMaxPixelsPerDecodedImage(unsigned maxPixels) { s_maxPixelsPerDecodedImage = maxPixels; } |
#endif |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
OwnPtr<NativeImageDecoderPtr> m_decoder; |