| Index: Source/platform/graphics/BitmapImage.h
|
| diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h
|
| index b91ae450c5e08d5f1526066ba80f28eb140e4570..db3ab0e83edbf6b1bde9dae9b97ffb42f6728edf 100644
|
| --- a/Source/platform/graphics/BitmapImage.h
|
| +++ b/Source/platform/graphics/BitmapImage.h
|
| @@ -32,6 +32,7 @@
|
| #include "platform/graphics/Color.h"
|
| #include "platform/graphics/FrameData.h"
|
| #include "platform/graphics/Image.h"
|
| +#include "platform/graphics/ImageAnimationPolicy.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "platform/graphics/ImageSource.h"
|
| #include "wtf/Forward.h"
|
| @@ -180,6 +181,8 @@ private:
|
|
|
| size_t m_frameCount;
|
|
|
| + ImageAnimationPolicy m_animationPolicy; // Whether or not we can play animation.
|
| +
|
| bool m_isSolidColor : 1; // Whether or not we are a 1x1 solid image.
|
| bool m_checkedForSolidColor : 1; // Whether we've checked the frame for solid color.
|
|
|
|
|