Chromium Code Reviews| Index: Source/platform/graphics/BitmapImage.h |
| diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h |
| index c3cb3edf22c5bd5aa6b639548943a5b30b2e80fa..94dfb13b0d2c9fecaefe97dc7e2becf86c637ebe 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/ImageDecoder.h" |
|
Stephen White
2015/03/13 19:33:31
I assume this is for the repetition count enum?
R
|
| #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 |