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

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

Issue 1962563002: Fix ImageDecoder::frameIsCompleteAtIndex - fully received instead of decoded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
Index: third_party/WebKit/Source/platform/graphics/FrameData.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/FrameData.cpp b/third_party/WebKit/Source/platform/graphics/FrameData.cpp
index 473af7358fbccebf51cabd82e0163801d976b81e..3f6e05e00de43d7ccb13244f63f75697debf664c 100644
--- a/third_party/WebKit/Source/platform/graphics/FrameData.cpp
+++ b/third_party/WebKit/Source/platform/graphics/FrameData.cpp
@@ -33,7 +33,7 @@ FrameData::FrameData()
: m_orientation(DefaultImageOrientation)
, m_duration(0)
, m_haveMetadata(false)
- , m_isComplete(false)
+ , m_isFullyReceived(false)
, m_hasAlpha(true)
, m_frameBytes(0)
{

Powered by Google App Engine
This is Rietveld 408576698