| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| index 6d13020c617f32c5653d557699a7d2c9610754da..7924be82aa9a75dcd5749a59562d803cc13d3e85 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -63,6 +63,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:
|
|
|