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

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImageSet.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/StyleFetchedImageSet.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
index 690421b708e9e02308d2611ca7873c54a22e5ae1..bdee9aabe658923e9bcde8d489d1c3fd4ca13883 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
@@ -39,6 +39,7 @@ class CSSImageSetValue;
class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
USING_PRE_FINALIZER(StyleFetchedImageSet, dispose);
+ USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImageSet);
public:
static StyleFetchedImageSet* create(ImageResource* image, float imageScaleFactor, CSSImageSetValue* value, const KURL& url)
{

Powered by Google App Engine
This is Rietveld 408576698