| Index: Source/core/loader/ImageLoader.h
|
| diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
|
| index 9427d7cc6b286aa1516ed776252ad67d14df2f77..c7588f8a37224a4dc50f78bc019686e2927a3710 100644
|
| --- a/Source/core/loader/ImageLoader.h
|
| +++ b/Source/core/loader/ImageLoader.h
|
| @@ -110,6 +110,8 @@ public:
|
|
|
| void addClient(ImageLoaderClient*);
|
| void removeClient(ImageLoaderClient*);
|
| +
|
| + virtual bool getImageAnimationPolicy(ImageResource*, ImageAnimationPolicy&) override final;
|
| protected:
|
| virtual void notifyFinished(Resource*) override;
|
|
|
|
|