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

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: better check in unit test 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 8f3f36b0f4e462b107d9d7f69f7ae715e67c312c..f8ff3cb4ff0518355bf074697fb39bce270a65ad 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