| Index: Source/platform/graphics/ImageDecodingStore.h
|
| diff --git a/Source/platform/graphics/ImageDecodingStore.h b/Source/platform/graphics/ImageDecodingStore.h
|
| index 9b9198a2bad5caccc441b520a9cefa01a1b143d2..c3586233f2c1b77822053786a26697ccd270741d 100644
|
| --- a/Source/platform/graphics/ImageDecodingStore.h
|
| +++ b/Source/platform/graphics/ImageDecodingStore.h
|
| @@ -144,8 +144,8 @@ private:
|
| {
|
| }
|
|
|
| - virtual size_t memoryUsageInBytes() const override { return m_size.width() * m_size.height() * 4; }
|
| - virtual CacheType type() const override { return TypeDecoder; }
|
| + size_t memoryUsageInBytes() const override { return m_size.width() * m_size.height() * 4; }
|
| + CacheType type() const override { return TypeDecoder; }
|
|
|
| static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size)
|
| {
|
|
|