Index: Source/core/css/CSSImageGeneratorValue.h |
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h |
index 8b77579f590220cb910279168f7c3cda7ac49cb2..8c5ec77663cc0879987a5e47f678734b0bff39e2 100644 |
--- a/Source/core/css/CSSImageGeneratorValue.h |
+++ b/Source/core/css/CSSImageGeneratorValue.h |
@@ -74,8 +74,6 @@ protected: |
void putImage(const IntSize&, PassRefPtr<Image>); |
const RenderObjectSizeCountMap& clients() const { return m_clients; } |
- void reportBaseClassMemoryUsage(MemoryObjectInfo*) const; |
- |
HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use. |
RenderObjectSizeCountMap m_clients; // A map from RenderObjects (with entry count) to image sizes. |
HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size. |