| Index: Source/platform/graphics/Image.h
|
| diff --git a/Source/platform/graphics/Image.h b/Source/platform/graphics/Image.h
|
| index 9ce321aecd348438217877392990d2074ade5be6..e1c1193a4f44edaac54e81e7865f2dd83e0a6c98 100644
|
| --- a/Source/platform/graphics/Image.h
|
| +++ b/Source/platform/graphics/Image.h
|
| @@ -119,6 +119,7 @@ public:
|
| // Set animationPolicy
|
| virtual void setAnimationPolicy(ImageAnimationPolicy) { }
|
| virtual ImageAnimationPolicy animationPolicy() { return ImageAnimationPolicyAllowed; }
|
| + virtual void advanceTime(double time) { }
|
|
|
| // Typically the ImageResource that owns us.
|
| ImageObserver* imageObserver() const { return m_imageObserver; }
|
|
|