| 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) {
|
|
|