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

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

Issue 1308233002: Remove external BitmapImage lazy decoding tracking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/platform/graphics/FrameData.h ('k') | Source/platform/graphics/ImageSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/FrameData.cpp
diff --git a/Source/platform/graphics/FrameData.cpp b/Source/platform/graphics/FrameData.cpp
index 311bb287dd519f82ea35291974c483757a95af1f..43f5943d8cb388f72aa98304cf5fc6c1f284d39e 100644
--- a/Source/platform/graphics/FrameData.cpp
+++ b/Source/platform/graphics/FrameData.cpp
@@ -35,7 +35,6 @@ FrameData::FrameData()
, m_haveMetadata(false)
, m_isComplete(false)
, m_hasAlpha(true)
- , m_isLazyDecoded(false)
, m_frameBytes(0)
{
}
@@ -51,7 +50,6 @@ bool FrameData::clear(bool clearMetadata)
m_haveMetadata = false;
m_orientation = DefaultImageOrientation;
- m_isLazyDecoded = false;
m_frameBytes = 0;
if (m_frame) {
« no previous file with comments | « Source/platform/graphics/FrameData.h ('k') | Source/platform/graphics/ImageSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698