| Index: third_party/WebKit/Source/core/loader/ImageLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.h b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| index 1e48abf9a188d990207a175ae489a249b9e87063..5758a11bfc30f5c930b967c96875addd577c297c 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| @@ -44,7 +44,7 @@ class LayoutImageResource;
|
| template<typename T> class EventSender;
|
| using ImageEventSender = EventSender<ImageLoader>;
|
|
|
| -class CORE_EXPORT ImageLoader : public GarbageCollectedFinalized<ImageLoader>, public ResourceClient, public ImageResourceObserver {
|
| +class CORE_EXPORT ImageLoader : public GarbageCollectedFinalized<ImageLoader>, public ImageResourceObserver {
|
| USING_PRE_FINALIZER(ImageLoader, dispose);
|
| public:
|
| explicit ImageLoader(Element*);
|
| @@ -103,7 +103,7 @@ public:
|
|
|
| bool getImageAnimationPolicy(ImageAnimationPolicy&) final;
|
| protected:
|
| - void notifyFinished(Resource*) override;
|
| + void imageNotifyFinished(ImageResource*) override;
|
|
|
| private:
|
| class Task;
|
|
|