| Index: Source/platform/graphics/ImageFrameGenerator.h
|
| diff --git a/Source/platform/graphics/ImageFrameGenerator.h b/Source/platform/graphics/ImageFrameGenerator.h
|
| index e9ea0d407690b36f3e870a9ec7781ddacc19d2aa..8de403d460f0f06d0f733c0ef96fb2e27eab82f1 100644
|
| --- a/Source/platform/graphics/ImageFrameGenerator.h
|
| +++ b/Source/platform/graphics/ImageFrameGenerator.h
|
| @@ -110,6 +110,8 @@ private:
|
| bool m_decodeFailedAndEmpty;
|
| Vector<bool> m_hasAlpha;
|
| int m_decodeCount;
|
| + Vector<bool> m_frameComplete;
|
| + size_t m_frameCount;
|
| OwnPtr<ExternalMemoryAllocator> m_externalAllocator;
|
|
|
| OwnPtr<ImageDecoderFactory> m_imageDecoderFactory;
|
|
|