summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/BitmapImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/BitmapImage.h')
-rw-r--r--Source/WebCore/platform/graphics/BitmapImage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/BitmapImage.h b/Source/WebCore/platform/graphics/BitmapImage.h
index 3f23dcedf..8fedc3e50 100644
--- a/Source/WebCore/platform/graphics/BitmapImage.h
+++ b/Source/WebCore/platform/graphics/BitmapImage.h
@@ -88,6 +88,8 @@ public:
// Returns whether there was cached image data to clear.
bool clear(bool clearMetadata);
+ void reportMemoryUsage(MemoryObjectInfo*) const;
+
NativeImagePtr m_frame;
ImageOrientation m_orientation;
float m_duration;