| 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 586e18461836d42cadc33e5bb8f035c15aada6a3..4838182b349908322925d7b26cf1a22c84633d36 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -95,6 +95,8 @@ private:
|
| int m_repetitionCount;
|
| bool m_hasColorProfile;
|
| bool m_canYUVDecode;
|
| + bool m_hasHotSpot;
|
| + IntPoint m_hotSpot;
|
|
|
| // Caches frame state information.
|
| Vector<DeferredFrameData> m_frameData;
|
|
|