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

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

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/DeferredImageDecoder.cpp ('k') | Source/platform/graphics/FrameData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/FrameData.h
diff --git a/Source/platform/graphics/FrameData.h b/Source/platform/graphics/FrameData.h
index 1741418879501919f6c7161bf7fe3e1f1089bed3..672801bce4b34465a7eef8e6e2e629599904b8de 100644
--- a/Source/platform/graphics/FrameData.h
+++ b/Source/platform/graphics/FrameData.h
@@ -52,7 +52,6 @@ public:
bool m_haveMetadata : 1;
bool m_isComplete : 1;
bool m_hasAlpha : 1;
- bool m_isLazyDecoded : 1;
size_t m_frameBytes;
};
« no previous file with comments | « Source/platform/graphics/DeferredImageDecoder.cpp ('k') | Source/platform/graphics/FrameData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698