| 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)
|
| {
|
|
|