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; |
}; |