Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h |
| index bd52b9b87c5c47274fe460b9292224212691c049..73ac628811b9fd0e6b47262ab62582dc79c0d63e 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h |
| @@ -115,6 +115,7 @@ private: |
| bool m_isMultiFrame; |
| bool m_decodeFailed; |
| + bool m_yuvDecodingFailed; |
| size_t m_frameCount; |
| Vector<bool> m_hasAlpha; |