| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| index d7dbfaf45e177d3fcda55f3919df724fc973384c..e1266e0bd5296ae8bc207bb8f8424894826dffbb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| @@ -90,6 +90,7 @@ DeferredImageDecoder::DeferredImageDecoder(
|
| std::unique_ptr<ImageDecoder> actualDecoder)
|
| : m_allDataReceived(false),
|
| m_actualDecoder(std::move(actualDecoder)),
|
| + m_targetColorSpace(m_actualDecoder->targetColorSpace()),
|
| m_repetitionCount(cAnimationNone),
|
| m_canYUVDecode(false),
|
| m_hasHotSpot(false) {}
|
|
|