Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImage.h

Issue 2191633003: Move ResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-raw-resource-client
Patch Set: build fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4bc7d9e1adc6272320b598734b030cf371a7ae81..51d2d4d0d4e025ad397e8c9a4545189024740b03 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
@@ -34,6 +34,7 @@ class ImageResource;
class StyleFetchedImage final : public StyleImage, private ResourceClient {
USING_PRE_FINALIZER(StyleFetchedImage, dispose);
+ USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImage);
public:
static StyleFetchedImage* create(ImageResource* image, Document* document, const KURL& url)
{

Powered by Google App Engine
This is Rietveld 408576698