| 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 9027502fa3a3410873a15386a5aa0b7f0d305131..dda6d6e6dc13ae363b18a8869b3358826cc21929 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| @@ -93,7 +93,8 @@ class PLATFORM_EXPORT ICOImageDecoder final : public ImageDecoder {
|
| size_t decodeFrameCount() override;
|
| void decode(size_t index) override { decode(index, false); }
|
|
|
| - // TODO (scroggo): These functions are identical to functions in BMPImageReader. Share code?
|
| + // TODO (scroggo): These functions are identical to functions in
|
| + // BMPImageReader. Share code?
|
| inline uint8_t readUint8(size_t offset) const {
|
| return m_fastReader.getOneByte(m_decodedOffset + offset);
|
| }
|
|
|