| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| index 1f582f69d431a0b5c1a27394752ae83fe61e9457..5f5649fee72c6726889fd91616bb768658e6d49d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -68,7 +68,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
|
| void setData(PassRefPtr<SharedBuffer> data, bool allDataReceived);
|
|
|
| bool isSizeAvailable();
|
| - bool hasColorSpace() const;
|
| + bool hasEmbeddedColorSpace() const;
|
| IntSize size() const;
|
| IntSize frameSizeAtIndex(size_t index) const;
|
| size_t frameCount();
|
| @@ -105,7 +105,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
|
| String m_filenameExtension;
|
| IntSize m_size;
|
| int m_repetitionCount;
|
| - bool m_hasColorSpace;
|
| + bool m_hasEmbeddedColorSpace = false;
|
| bool m_canYUVDecode;
|
| bool m_hasHotSpot;
|
| IntPoint m_hotSpot;
|
|
|