Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp

Issue 1829923004: Do not set m_decodeFailed in ImageFrameGenerator::decodeToYUV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698