| Index: Source/platform/graphics/ImageObserver.h | 
| diff --git a/Source/platform/graphics/ImageObserver.h b/Source/platform/graphics/ImageObserver.h | 
| index 9c222b4695753c902dcdcb078514541e772fb331..0cdf1d0031354281e977ab557d815e9d24de14d2 100644 | 
| --- a/Source/platform/graphics/ImageObserver.h | 
| +++ b/Source/platform/graphics/ImageObserver.h | 
| @@ -27,7 +27,6 @@ | 
| #define ImageObserver_h | 
|  | 
| #include "platform/PlatformExport.h" | 
| -#include "platform/graphics/ImageAnimationPolicy.h" | 
|  | 
| namespace blink { | 
|  | 
| @@ -45,7 +44,6 @@ 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; | 
| }; | 
|  |