| 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 71553cb4d5296b8aea1c3a72715c4f2e21f10c7d..bb0fae0b1dcab5c400906ed7d21a5138414f7818 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| @@ -114,6 +114,7 @@ private:
|
|
|
| bool m_isMultiFrame;
|
| bool m_decodeFailed;
|
| + bool m_yuvDecodingFailed;
|
| size_t m_frameCount;
|
| Vector<bool> m_hasAlpha;
|
|
|
|
|