| 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 8a93b02b1009bd9edd08835234ed465aff137be1..131174bc9d32f749e465917729786799165ee396 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -38,10 +38,7 @@ class CSSImageSetValue;
|
|
|
| // This class keeps one cached image and has access to a set of alternatives.
|
|
|
| -class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
|
| - USING_PRE_FINALIZER(StyleFetchedImageSet, dispose);
|
| - USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImageSet);
|
| -
|
| +class StyleFetchedImageSet final : public StyleImage {
|
| public:
|
| static StyleFetchedImageSet* create(ImageResource* image,
|
| float imageScaleFactor,
|
| @@ -84,10 +81,6 @@ class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
|
| CSSImageSetValue*,
|
| const KURL&);
|
|
|
| - void dispose();
|
| -
|
| - String debugName() const override { return "StyleFetchedImageSet"; }
|
| -
|
| Member<ImageResource> m_bestFitImage;
|
| float m_imageScaleFactor;
|
|
|
|
|