summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/CSSReflectValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSReflectValue.h')
-rw-r--r--Source/WebCore/css/CSSReflectValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/css/CSSReflectValue.h b/Source/WebCore/css/CSSReflectValue.h
index 5cfb20e27..1bdfd5fe7 100644
--- a/Source/WebCore/css/CSSReflectValue.h
+++ b/Source/WebCore/css/CSSReflectValue.h
@@ -51,6 +51,8 @@ public:
void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*) const;
+ void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
+
private:
CSSReflectValue(CSSReflectionDirection direction, PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask)
: CSSValue(ReflectClass)