| 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..0ed7ee36a7bdd7b599b5b8ccc1d2ac463c70fb34 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef StyleFetchedImageSet_h
|
| #define StyleFetchedImageSet_h
|
|
|
| -#include "core/fetch/ResourceClient.h"
|
| +#include "core/fetch/ImageResourceObserver.h"
|
| #include "core/style/StyleImage.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| #include "platform/weborigin/KURL.h"
|
| @@ -38,9 +38,9 @@ class CSSImageSetValue;
|
|
|
| // This class keeps one cached image and has access to a set of alternatives.
|
|
|
| -class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
|
| +class StyleFetchedImageSet final : public StyleImage,
|
| + public ImageResourceObserver {
|
| USING_PRE_FINALIZER(StyleFetchedImageSet, dispose);
|
| - USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImageSet);
|
|
|
| public:
|
| static StyleFetchedImageSet* create(ImageResource* image,
|
|
|