Chromium Code Reviews| 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/10/31 17:17:49
I don't think you need this member variable. This
|
| OwnPtr<ExternalMemoryAllocator> m_externalAllocator; |
| OwnPtr<ImageDecoderFactory> m_imageDecoderFactory; |