Index: Source/platform/graphics/ImageFrameGenerator.cpp |
diff --git a/Source/platform/graphics/ImageFrameGenerator.cpp b/Source/platform/graphics/ImageFrameGenerator.cpp |
index 73c08f1236c6e4b7a7605aade37e30aae9b9e7e4..b650a08649fd4cd0db51de9a983d339885bce796 100644 |
--- a/Source/platform/graphics/ImageFrameGenerator.cpp |
+++ b/Source/platform/graphics/ImageFrameGenerator.cpp |
@@ -133,7 +133,7 @@ bool ImageFrameGenerator::decodeAndScale(const SkImageInfo& info, size_t index, |
ASSERT(m_fullSize == scaledSize); |
if (m_decodeFailedAndEmpty) |
- return 0; |
+ return false; |
Noel Gordon
2014/07/25 15:55:01
This change seems unrelated to yuv decoding. Perh
sugoi1
2014/07/25 16:56:47
Done.
|
TRACE_EVENT2("blink", "ImageFrameGenerator::decodeAndScale", "generator", this, "decodeCount", static_cast<int>(m_decodeCount)); |