| Index: third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.h b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| index d9c433695455c88ad4be9b57ba3848bddb333bc7..17141bea9e7c34f12d9becc37612c626e62c45bc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -62,6 +62,8 @@ public:
|
|
|
| bool hasFailedOrCanceledSubresources() const;
|
|
|
| + void purgeMemory();
|
| +
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| protected:
|
|
|