| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index 1805cb498c9480e144873950e4164534b24b70db..d2270396b59aaf2811f7fbc4c8fe394a3e9d9596 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -74,6 +74,11 @@ public:
|
| bool knownToBeOpaque(const LayoutObject*) const override;
|
| ImageResource* cachedImage() const override;
|
|
|
| +#if ENABLE(OILPAN)
|
| + // Promptly remove as a ImageResource client.
|
| + EAGERLY_FINALIZE();
|
| + DECLARE_EAGER_FINALIZATION_OPERATOR_NEW();
|
| +#endif
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|