| 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 0f875ffe6328a0940408ba4756d2c8053ba522f9..6c2482bff5987623cbdaf9d8d01931fefd4be415 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| @@ -84,7 +84,7 @@ private:
|
| static bool compareEntries(const IconDirectoryEntry& a, const IconDirectoryEntry& b);
|
|
|
| // ImageDecoder:
|
| - virtual void decodeSize() { decode(0, true); }
|
| + void decodeSize() override { decode(0, true); }
|
| size_t decodeFrameCount() override;
|
| void decode(size_t index) override { decode(index, false); }
|
|
|
|
|