Index: third_party/WebKit/Source/core/css/CSSImageValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h |
index 0aa093a4b496aaeca60a05a41535652e5fc70dc4..945f64b27cfd46b629a23a6fc0c42bf87b7ca0d8 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageValue.h |
@@ -84,6 +84,8 @@ public: |
DECLARE_TRACE_AFTER_DISPATCH(); |
void restoreCachedResourceIfNeeded(Document&) const; |
+ void purgeMemory(); |
+ |
private: |
CSSImageValue(const AtomicString& rawValue, const KURL&, StyleFetchedImage*); |
CSSImageValue(const AtomicString& absoluteURL); |