| Index: Source/platform/graphics/ImageObserver.h
|
| diff --git a/Source/platform/graphics/ImageObserver.h b/Source/platform/graphics/ImageObserver.h
|
| index 0cdf1d0031354281e977ab557d815e9d24de14d2..9c222b4695753c902dcdcb078514541e772fb331 100644
|
| --- a/Source/platform/graphics/ImageObserver.h
|
| +++ b/Source/platform/graphics/ImageObserver.h
|
| @@ -27,6 +27,7 @@
|
| #define ImageObserver_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/graphics/ImageAnimationPolicy.h"
|
|
|
| namespace blink {
|
|
|
| @@ -44,6 +45,7 @@ public:
|
|
|
| virtual bool shouldPauseAnimation(const Image*) = 0;
|
| virtual void animationAdvanced(const Image*) = 0;
|
| + virtual void imageAnimationPolicy(const Image*, ImageAnimationPolicy&) = 0;
|
|
|
| virtual void changedInRect(const Image*, const IntRect&) = 0;
|
| };
|
|
|