Index: Source/platform/graphics/ImageFrameGenerator.h |
diff --git a/Source/platform/graphics/ImageFrameGenerator.h b/Source/platform/graphics/ImageFrameGenerator.h |
index e9ea0d407690b36f3e870a9ec7781ddacc19d2aa..c60f7ad01f06a59267c77763eccd8a7250726d71 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_framesCount; |
Alpha Left Google
2014/11/05 00:31:00
This should be named m_frameCount to be consistent
Zhenyu Shan
2014/11/05 06:49:09
Done.
|
OwnPtr<ExternalMemoryAllocator> m_externalAllocator; |
OwnPtr<ImageDecoderFactory> m_imageDecoderFactory; |