| Index: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| index 7bfe240a00d5498ee9b815067c6fe99eafc3eec3..3df9ba16767fa8a2e25c669b9e4a09cb28d0faf2 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| @@ -50,7 +50,6 @@
|
| IntSize size() const override;
|
| IntSize frameSizeAtIndex(size_t) const override;
|
| bool setSize(unsigned width, unsigned height) override;
|
| - bool frameIsCompleteAtIndex(size_t) const override;
|
| // CAUTION: setFailed() deletes all readers and decoders. Be careful to
|
| // avoid accessing deleted memory, especially when calling this from
|
| // inside BMPImageReader!
|
| @@ -75,7 +74,6 @@
|
| uint16_t m_bitCount;
|
| IntPoint m_hotSpot;
|
| uint32_t m_imageOffset;
|
| - uint32_t m_byteSize;
|
| };
|
|
|
| // Returns true if |a| is a preferable icon entry to |b|.
|
|
|