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

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

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.h
diff --git a/third_party/WebKit/Source/platform/graphics/FrameData.h b/third_party/WebKit/Source/platform/graphics/FrameData.h
index eca09d28229ff217fe09eae17616e77fd9a8d772..7e2c5d2d0d426c7e1d54e05a860f7eb96a0c77e5 100644
--- a/third_party/WebKit/Source/platform/graphics/FrameData.h
+++ b/third_party/WebKit/Source/platform/graphics/FrameData.h
@@ -52,7 +52,7 @@ public:
ImageOrientation m_orientation;
float m_duration;
bool m_haveMetadata : 1;
- bool m_isComplete : 1;
+ bool m_isFullyReceived : 1;
bool m_hasAlpha : 1;
size_t m_frameBytes;
};

Powered by Google App Engine
This is Rietveld 408576698