| Index: Source/platform/graphics/BitmapImage.h
|
| diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h
|
| index c3cb3edf22c5bd5aa6b639548943a5b30b2e80fa..2851422976a8998c7973bcae0b78dd8814d6ddb5 100644
|
| --- a/Source/platform/graphics/BitmapImage.h
|
| +++ b/Source/platform/graphics/BitmapImage.h
|
| @@ -35,6 +35,7 @@
|
| #include "platform/graphics/ImageAnimationPolicy.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "platform/graphics/ImageSource.h"
|
| +#include "platform/image-decoders/ImageAnimation.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -72,7 +73,6 @@ public:
|
|
|
| bool isAllDataReceived() const { return m_allDataReceived; }
|
| bool hasColorProfile() const;
|
| - void resetDecoder();
|
|
|
| // It may look unusual that there's no start animation call as public API.
|
| // This because we start and stop animating lazily. Animation starts when
|
|
|