Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp |
| index 4800a3141ac19725d605923cccbbcb94373fba80..bd5305211fee3be1c8b5f0b08a8eef75fff9dd0f 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp |
| @@ -248,7 +248,6 @@ bool ImageFrameGenerator::decodeToYUV(size_t index, const SkISize componentSizes |
| } |
| ASSERT(decoder->failed()); |
|
Justin Novosad
2016/03/24 14:13:57
Does this assert fire when you try to repro the bu
xidachen
2016/03/24 14:40:24
The example loads and calls drawImage() on 25 imag
|
| - m_decodeFailed = true; |
| return false; |
|
Justin Novosad
2016/03/24 14:13:57
Can you explain why the decode flow reaches this p
Noel Gordon
2016/03/25 08:16:46
Concur with these questions.
https://codereview.c
|
| } |